Sha256: 086c5185951f2917cd0167c874db21f07c37994ea5630301356f2386e360628f
Contents?: true
Size: 322 Bytes
Versions: 23
Compression:
Stored size: 322 Bytes
Contents
class AppDelegate def application(application, didFinishLaunchingWithOptions:launchOptions) @window = UIWindow.alloc.initWithFrame(UIScreen.mainScreen.bounds) places_list_controller = PlacesListController.alloc.init @window.rootViewController = places_list_controller @window.makeKeyAndVisible end end
Version data entries
23 entries across 23 versions & 1 rubygems