Posted on April 4, 2016
by Steven Lipton
Leave a Comment
In last week’s tutorial of this series, we made a simple dynamic table for the Apple Watch and demonstrated static scrolling tables.Based on some running pace data, we displayed the pace I ran at the mile splits. Many apps will need more than what… Continue Reading “The Complete Table Tutorial for WatchOS2”
Category: GUI, iOS9, Swift Programming, WatchKitTags: add, Apple Watch, delete, delete rows, menus, multi-row, rowtypes, setRowTypes, subtotal, table, tables, text input, watch
Posted on February 4, 2016
by Steven Lipton
2 Comments
It is a myth that using apps on an Apple watch requires a phone. This was true of Watch OS1, but not true of its successor OS. Granted, you still need a phone to load apps, but standalone apps are possible. With the introduction… Continue Reading “How To Make Your First WatchOS2 App”
Category: Swift, Swift Programming, Tutorial, WatchKitTags: Apple Watch, apps, emoji, emoji color, emoji tkin tone, simulator slow, simulator startup, watch, Watchkit, WatchOS2, WatchOS2.2
Posted on August 3, 2015
by Steven Lipton
3 Comments
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… Continue Reading “Swift Watchkit: How to Add Simple Dynamic Tables to Apple Watch”
Category: ios8, iOS9, Swift, Swift Programming, WatchKitTags: Programming Apple watch, row controller, rowcontroller, table, table Interface, tableInterface, tableview, watch, Watchkit, WKInterfaceTable