Add initializing on Appdelegate

This commit is contained in:
Zhigang Fang
2014-10-31 21:19:42 +08:00
parent 7cefa59dff
commit 2d0faa2e3a

View File

@@ -1,7 +1,7 @@
class AppDelegate
def application(application, didFinishLaunchingWithOptions:launchOptions)
@window = UIWindow.alloc.initWithFrame(UIScreen.mainScreen.bounds)
PixateFreestyle.initializePixateFreestyle
@window = UIWindow.alloc.initWithFrame(UIScreen.mainScreen.bounds)
@window.rootViewController = HelloWorldController.alloc.init
@window.rootViewController.wantsFullScreenLayout = true
@window.makeKeyAndVisible