Sha256: 50dfcbe847fd47f21cd1b7f74cfa40ec1d925aa19ae9ce98e54727f67dced7de
Contents?: true
Size: 336 Bytes
Versions: 3
Compression:
Stored size: 336 Bytes
Contents
class AppDelegate def application(application, didFinishLaunchingWithOptions:launchOptions) @window = UIWindow.alloc.initWithFrame(UIScreen.mainScreen.bounds) camera_controller = CameraController.alloc.initWithNibName(nil, bundle:nil) @window.rootViewController = camera_controller @window.makeKeyAndVisible end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
bubble-wrap-1.1.5 | samples/camera/app/app_delegate.rb |
bubble-wrap-1.1.4 | samples/camera/app/app_delegate.rb |
bubble-wrap-1.1.3 | samples/camera/app/app_delegate.rb |