Skip to content

Instantly share code, notes, and snippets.

@litoarias
Last active June 21, 2018 10:13
Show Gist options
  • Save litoarias/a110abd37585fbc9f76ed05a32e21247 to your computer and use it in GitHub Desktop.
Save litoarias/a110abd37585fbc9f76ed05a32e21247 to your computer and use it in GitHub Desktop.
Watch Tutorial 11
import UIKit
@UIApplicationMain
class AppDelegate: UIResponder, UIApplicationDelegate {
var window: UIWindow?
func application(_ application: UIApplication, didFinishLaunchingWithOptions launchOptions: [UIApplication.LaunchOptionsKey: Any]?) -> Bool {
WatchSessionManager.shared.startSession()
return true
}
// ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment