Skip to content

Storyboard issue #50

@GRiMe2D

Description

@GRiMe2D

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions