class SpecAppDelegate

Public Instance Methods

application(application, didFinishLaunchingWithOptions:launchOptions) click to toggle source
# File lib/motion-state-machine/spec_app_delegate.rb, line 2
def application(application, didFinishLaunchingWithOptions:launchOptions)
  @window = UIWindow.alloc.initWithFrame(UIScreen.mainScreen.bounds)
  @window.rootViewController = UIViewController.alloc.init
  true
end