Sha256: f8cac5c0df4fd4acf21585fd83beb3ae333defeed43388dcb9f2b498be9f6157
Contents?: true
Size: 301 Bytes
Versions: 5
Compression:
Stored size: 301 Bytes
Contents
class AppDelegate def application(application, didFinishLaunchingWithOptions:launchOptions) scene_view = ViewController.alloc.init @window = UIWindow.alloc.initWithFrame(UIScreen.mainScreen.bounds) @window.rootViewController = scene_view @window.makeKeyAndVisible true end end
Version data entries
5 entries across 4 versions & 1 rubygems