Sha256: 91da9a9422e30bf82e35fc3e349e179f39a87560e9dc22132b537c43edf9527f
Contents?: true
Size: 278 Bytes
Versions: 1
Compression:
Stored size: 278 Bytes
Contents
class AppDelegate def application(application, didFinishLaunchingWithOptions:launchOptions) @window = UIWindow.alloc.initWithFrame(UIScreen.mainScreen.bounds) @window.rootViewController = BoardViewController.alloc.init @window.makeKeyAndVisible true end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
rubymotionr-0.0.1 | spec/multiple-rubymotion-apps/TicTacToe/app/app_delegate.rb |