Sha256: 335c5ddb0221b0e32caafeef8872e78e68c8fe83630d6b8999579045118059d5
Contents?: true
Size: 279 Bytes
Versions: 2
Compression:
Stored size: 279 Bytes
Contents
class AppDelegate def application(application, didFinishLaunchingWithOptions:launchOptions) @window = UIWindow.alloc.initWithFrame(UIScreen.mainScreen.bounds) @window.rootViewController = NormalViewController.alloc.init @window.makeKeyAndVisible true end end
Version data entries
2 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
motion-splash-1.0 | samples/sample-1/app/app_delegate.rb |
motion-splash-1.0 | samples/sample-2/app/app_delegate.rb |