Sha256: 8b5db985f91d4bfa7af44171b9418602c012d0101397b9eecf9bd5d3aa02b27f
Contents?: true
Size: 361 Bytes
Versions: 8
Compression:
Stored size: 361 Bytes
Contents
class AppDelegate def application(application, didFinishLaunchingWithOptions:launchOptions) @window = UIWindow.alloc.initWithFrame(UIScreen.mainScreen.bounds) ctlr = ShearingController.new first = UINavigationController.alloc.initWithRootViewController(ctlr) @window.rootViewController = first @window.makeKeyAndVisible true end end
Version data entries
8 entries across 8 versions & 1 rubygems