Sha256: 097dcc5fa53ae55999e61c8971ef7a157fdcf3d7330f223089cbb6bc64378911

Contents?: true

Size: 277 Bytes

Versions: 49

Compression:

Stored size: 277 Bytes

Contents

class AppDelegate
  def application(application, didFinishLaunchingWithOptions:launchOptions)
    @window = UIWindow.alloc.initWithFrame(UIScreen.mainScreen.bounds)
    @window.rootViewController = HaiViewController.alloc.init
    @window.makeKeyAndVisible

    true
  end
end

Version data entries

49 entries across 49 versions & 1 rubygems

Version Path
teacup-0.3.9 samples/Hai/app/app_delegate.rb
teacup-0.3.8 samples/Hai/app/app_delegate.rb
teacup-0.3.7 samples/Hai/app/app_delegate.rb
teacup-0.3.6 samples/Hai/app/app_delegate.rb
teacup-0.3.5 samples/Hai/app/app_delegate.rb
teacup-0.3.4 samples/Hai/app/app_delegate.rb
teacup-0.3.3 samples/Hai/app/app_delegate.rb
teacup-0.3.2 samples/Hai/app/app_delegate.rb
teacup-0.3.1 samples/Hai/app/app_delegate.rb