Sha256: 4cf97b04cfda0be57d199caae8bd044840c7b9319d3b8dbca23e1325633fe193
Contents?: true
Size: 402 Bytes
Versions: 1
Compression:
Stored size: 402 Bytes
Contents
class AppDelegate def application(application, didFinishLaunchingWithOptions:launchOptions) @window = UIWindow.alloc.initWithFrame(UIScreen.mainScreen.bounds) @window.rootViewController = UINavigationController.alloc.initWithRootViewController(ImageCompositionController.alloc.init) @window.rootViewController.wantsFullScreenLayout = true @window.makeKeyAndVisible true end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
rubymotionr-0.0.1 | spec/multiple-rubymotion-apps/Trollify/app/app_delegate.rb |