Sha256: e93026a14e847bcfdca882d8ceb3512188f1257f400fa662e1d65205e20c783e
Contents?: true
Size: 308 Bytes
Versions: 7
Compression:
Stored size: 308 Bytes
Contents
class AppDelegate attr_reader :window def application(application, didFinishLaunchingWithOptions:launchOptions) @window = UIWindow.alloc.initWithFrame(UIScreen.mainScreen.bounds) @window.rootViewController = MainNavigationController.alloc.init @window.makeKeyAndVisible true end end
Version data entries
7 entries across 7 versions & 1 rubygems