Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Storyboard issue #50

Open
GRiMe2D opened this issue Dec 19, 2015 · 1 comment
Open

Storyboard issue #50

GRiMe2D opened this issue Dec 19, 2015 · 1 comment

Comments

@GRiMe2D
Copy link

GRiMe2D commented Dec 19, 2015

This is ViewController class

import UIKit
import Sparrow

class ViewController: SPViewController {

    override func viewDidLoad() {
        self.startWithRoot(Game)
        self.showStats = true
    }

    override func prefersStatusBarHidden() -> Bool {
        return true
    }


}

Running using Storyboard
simulator screen shot dec 19 2015 12 54 34 pm

But when I create ViewController directly in AppDelegate - I see stat information
simulator screen shot dec 19 2015 12 58 52 pm

@racarone
Copy link

Sorry for the delayed response, but this is a weird one... I've tried many different approaches to finding the problem here and none of them have worked.

What is so odd, is this only effects the mini font, other bitmap fonts and images seem to load fine. It also doesn't matter at which point it is loaded and even shows up correctly when the frame analyzer is used!

Are you experiencing this issue with any other fonts or images?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants