mirror of
https://github.com/zhigang1992/RubyMotion-PixateFreestyle.git
synced 2026-01-12 09:33:46 +08:00
Add initializing on Appdelegate
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user