Gamua / Sparrow-Framework

The Open Source Game Engine for iOS
http://www.sparrow-framework.org
Other
294 stars 83 forks source link

Storyboard issue #50

Open GRiMe2D opened 8 years ago

GRiMe2D commented 8 years ago

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 commented 8 years ago

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?