Sha256: 978febcd5c51a73ca813abc9f7a5a29368998a8e55208895cce6eba60a4403a8

Contents?: true

Size: 590 Bytes

Versions: 5

Compression:

Stored size: 590 Bytes

Contents

//
//  AppDelegate.swift
//  TEMPLATE_Example
//
//  Created by Gaétan Zanella on 05/03/2019.
//  Copyright © 2019 Fabernovel. All rights reserved.
//

import UIKit

@UIApplicationMain
class AppDelegate: UIResponder, UIApplicationDelegate {

    var window: UIWindow?

    func application(_ application: UIApplication, didFinishLaunchingWithOptions launchOptions: [UIApplication.LaunchOptionsKey: Any]?) -> Bool {
        window = UIWindow(frame: UIScreen.main.bounds)
        window?.rootViewController = ViewController()
        window?.makeKeyAndVisible()
        return true
    }
}

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
swift_lib_templater-1.1.0 lib/templates/framework/TEMPLATE_Example/TEMPLATE_Example/Classes/AppDelegate.swift
swift_lib_templater-1.0.3 lib/templates/framework/TEMPLATE_Example/TEMPLATE_Example/Classes/AppDelegate.swift
swift_lib_templater-1.0.2 lib/templates/framework/TEMPLATE_Example/TEMPLATE_Example/Classes/AppDelegate.swift
swift_lib_templater-1.0.1 lib/templates/framework/TEMPLATE_Example/TEMPLATE_Example/Classes/AppDelegate.swift
swift_lib_templater-1.0.0 lib/templates/framework/TEMPLATE_Example/TEMPLATE_Example/Classes/AppDelegate.swift