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-1.3.4 samples/Hai/app/app_delegate.rb
teacup-1.3.3 samples/Hai/app/app_delegate.rb
teacup-1.3.2 samples/Hai/app/app_delegate.rb
teacup-1.3.1 samples/Hai/app/app_delegate.rb
teacup-1.3.0 samples/Hai/app/app_delegate.rb
teacup-1.2.9 samples/Hai/app/app_delegate.rb
teacup-1.2.8 samples/Hai/app/app_delegate.rb
teacup-1.2.7 samples/Hai/app/app_delegate.rb
teacup-1.2.5 samples/Hai/app/app_delegate.rb
teacup-1.2.4 samples/Hai/app/app_delegate.rb
teacup-1.2.3 samples/Hai/app/app_delegate.rb
teacup-1.2.2 samples/Hai/app/app_delegate.rb
teacup-1.0.4 samples/Hai/app/app_delegate.rb
teacup-1.0.3 samples/Hai/app/app_delegate.rb
teacup-1.0.2 samples/Hai/app/app_delegate.rb
teacup-1.0.1 samples/Hai/app/app_delegate.rb
teacup-1.0.0 samples/Hai/app/app_delegate.rb
teacup-0.3.12 samples/Hai/app/app_delegate.rb
teacup-0.3.11 samples/Hai/app/app_delegate.rb
teacup-0.3.10 samples/Hai/app/app_delegate.rb