Sha256: 92157b64addea17709125b4bf587231bde8b1476c7c9fb30b820d69094a58764
Contents?: true
Size: 339 Bytes
Versions: 14
Compression:
Stored size: 339 Bytes
Contents
class AppDelegate def application(application, didFinishLaunchingWithOptions:launchOptions) @window = UIWindow.alloc.initWithFrame(UIScreen.mainScreen.bounds) @window.rootViewController = UINavigationController.alloc.initWithRootViewController(InflectorViewController.alloc.init) @window.makeKeyAndVisible true end end
Version data entries
14 entries across 14 versions & 2 rubygems