ddh4r4m / xcodeTemplate

An Xcode Project Template with pods initialised to get going with project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

xcodeTemplate

An Xcode Project Template with pods initialised to get going with project

func application(_ application: UIApplication, didFinishLaunchingWithOptions launchOptions: [UIApplicationLaunchOptionsKey: Any]?) -> Bool {
    let window = UIWindow(frame: UIScreen.main.bounds)    
    window.rootViewController = ViewController() // Your initial view controller.
    window.makeKeyAndVisible()
    self.window = window
    return true
}

About

An Xcode Project Template with pods initialised to get going with project


Languages

Language:Swift 94.7%Language:Ruby 5.3%