samples/Hai/app/app_delegate.rb in teacup-0.0.1.pre vs samples/Hai/app/app_delegate.rb in teacup-0.3.1

- old
+ new

@@ -1,9 +1,9 @@ class AppDelegate def application(application, didFinishLaunchingWithOptions:launchOptions) @window = UIWindow.alloc.initWithFrame(UIScreen.mainScreen.bounds) - @window.rootViewController = HaiViewController.alloc.init.tap{ |c| c.wantsFullScreenLayout = true } + @window.rootViewController = HaiViewController.alloc.init @window.makeKeyAndVisible - + true end end