Sha256: 30620c97e1c40f031c039b75841f900ad842ff205cc66609573568c458e4b533
Contents?: true
Size: 320 Bytes
Versions: 3
Compression:
Stored size: 320 Bytes
Contents
class AppDelegate def application(application, didFinishLaunchingWithOptions:launchOptions) @window = UIWindow.alloc.initWithFrame(UIScreen.mainScreen.bounds) @window.backgroundColor = UIColor.clearColor @window.rootViewController = DemoController.new @window.makeKeyAndVisible true end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
status_bar-0.2.3 | app/app_delegate.rb |
status_bar-0.2.2 | app/app_delegate.rb |
status_bar-0.2.1 | app/app_delegate.rb |