Sha256: 738ff3dcb13c36274fdd6bad0b0b20b9dc30cf07e3ad13f9e236326ce238db81

Contents?: true

Size: 307 Bytes

Versions: 1

Compression:

Stored size: 307 Bytes

Contents

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

  	@window.rootViewController = ConnectionController.alloc.initWithNibName(nil, bundle: nil)

  	true
  end

end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
meteor-motion-0.1.0 app/app_delegate.rb