Tag: watchkit delegate
-
Swift WatchKit: Working with Modal Views Part 2: Presenting Programmatically
In the first part in this series we implemented a modal interface in WatchKit with a segue. In this part we’ll present the modal programmatically and once again set up a delegate and context for moving data between controllers. Open the project from the last lesson. Press Command-N and add a new Cocoa Touch class …