Skip to content

Instantly share code, notes, and snippets.

@litoarias
Created June 14, 2018 18:32
Show Gist options
  • Save litoarias/621ea79130b057c163a709b05a3c90e2 to your computer and use it in GitHub Desktop.
Save litoarias/621ea79130b057c163a709b05a3c90e2 to your computer and use it in GitHub Desktop.
Watch Tutorial - 4
class InterfaceController: WKInterfaceController, WCSessionDelegate {
// ...
override func awake(withContext context: Any?) {
super.awake(withContext: context)
// Configure interface objects here.
messages.append("We are ready!!")
}
// ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment