Category: WatchKit
-
A Runner’s Guide for the Apple Watch
Not all runners are super high tech, though many of us all do want those new toys, like the Apple Watch. Christmas, Hanukkah, or whatever Solstice Holiday you happen to celebrate tends to bring them along to enjoy in a new running season. Some runners may not know how to use the Apple Watch effectively, […]
-
Swift WatchKit: Selecting With Multiple Rows in Apple Watch
In the last lesson we created a multi-row table. However, we can only view the table, not select from the table. Multi-row tables provide some challenges with selection. Along the way, we’ll make a new interface to display selected information, using a technique we have not yet covered in this series: A dictionary as a […]
-
Swift Watchkit: How to Add Simple Dynamic Tables to Apple Watch
In the last post, we looked at scroll views and static tables. There are many instances where tables filled with data at runtime are necessary. If you are familiar with UITableViewController, you may be delighted to know that WKInterfaceTable is a lot simpler to put together: there are no delegate or data sources involved. It’s […]
-
Swift WatchKit: Adding Text, Dictation, and Emoji Input to Apple Watch
Sometimes Apple gives away stuff you can get very happy about — like a chance to use voice dictation. If you have had a chance to play with an Apple Watch, the watch has a simple but great way to deal with text messages. If you get a text message, you can hit reply and […]