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