forked from PrimaryFeather/Sparrow-Framework
-
Notifications
You must be signed in to change notification settings - Fork 83
Open
Description
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
}
}But when I create ViewController directly in AppDelegate - I see stat information

Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels
