Sha256: 5b0de8cab02406a24bad140c7b2a97058204d018120d9ae8739e988f2bc14b22
Contents?: true
Size: 413 Bytes
Versions: 16
Compression:
Stored size: 413 Bytes
Contents
class AppDelegate def application(application, didFinishLaunchingWithOptions:launchOptions) @window = UIWindow.alloc.initWithFrame(UIScreen.mainScreen.bounds) @navigation_controller = UINavigationController.alloc.initWithRootViewController(UsersController.alloc.initWithNibName(nil, bundle:nil)) @window.rootViewController = @navigation_controller @window.makeKeyAndVisible true end end
Version data entries
16 entries across 16 versions & 1 rubygems