Sha256: f8cac5c0df4fd4acf21585fd83beb3ae333defeed43388dcb9f2b498be9f6157

Contents?: true

Size: 301 Bytes

Versions: 5

Compression:

Stored size: 301 Bytes

Contents

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

Version data entries

5 entries across 4 versions & 1 rubygems

Version Path
motion-template-spritekit-0.4.0 template/spritekit-ios/files/app/app_delegate.rb
motion-template-spritekit-0.4.0 template/spritekit-tvos/files/app/app_delegate.rb
motion-template-spritekit-0.3.0 template/spritekit-ios/files/app/app_delegate.rb
motion-template-spritekit-0.2.0 template/spritekit-ios/files/app/app_delegate.rb
motion-template-spritekit-0.1 template/spritekit-ios/files/app/app_delegate.rb