Sha256: 2d6e39f20b557e7fdcddf19beeb7ce860d78155ba5a2dbaeb567e8fe46213a84
Contents?: true
Size: 315 Bytes
Versions: 1
Compression:
Stored size: 315 Bytes
Contents
class AppDelegate def application(application, didFinishLaunchingWithOptions:launchOptions) @window = UIWindow.alloc.initWithFrame(UIScreen.mainScreen.bounds) @window.rootViewController = ViewController.alloc.initWithCollectionViewLayout(CircleLayout.new) @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/CircleLayout/app/app_delegate.rb |