Sha256: cbf37567f1378825dcd5c9d66c50168f13c7e8a3e2ba2ec6a951c2454ec7ce78
Contents?: true
Size: 395 Bytes
Versions: 1
Compression:
Stored size: 395 Bytes
Contents
class AppDelegate def application(application, didFinishLaunchingWithOptions: launchOptions) @window = UIWindow.alloc.initWithFrame(UIScreen.mainScreen.bounds) @window.rootViewController = Wizard2ViewController.alloc.init @window.makeKeyAndVisible application.statusBarStyle = UIStatusBarStyleLightContent if UIDevice.currentDevice.systemVersion.to_f >= 7 true end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
motion-wizard-0.1 | samples/wizard-2/app/app_delegate.rb |