Created
June 14, 2018 18:32
-
-
Save litoarias/621ea79130b057c163a709b05a3c90e2 to your computer and use it in GitHub Desktop.
Watch Tutorial - 4
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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