Posted on November 7, 2018
by Steven Lipton
Leave a Comment
Here’s an app I started from the downloaded example file. It is a restaurant check with a total, but I have to press the Order button to see the details in a table view on the next view controller. That button is a waste… Continue Reading “Embed Table Views”
Category: iOS Development Weekly Tips, ios12, Swift Programming, TutorialTags: Container View, ContainerView, embed, Embedded Table View, ios, iPad, iphone, tables, UIContainverView, UITableView, UIView
Posted on October 3, 2016
by Steven Lipton
1 Comment
Table views on any mobile platform are the workhorse of any application. To be a good developer you need to make table views easily. Tables in iOS use the UITableView class to do so. This is a very powerful class with many features to… Continue Reading “Introducing Table Views in Swift 3”
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 March 21, 2016
by Steven Lipton
1 Comment
One of the most powerful and important controls on both wearable and mobile devices are table views. Table views come in two flavors: static and dynamic. Dynamic table views read data from a collection type and displays it. Static tables allow for a vertical… Continue Reading “Tables and Scroll Views in WatchOS2”
Category: Swift Programming, Tutorial, WatchKitTags: Apple Watch, dynamic, ios8, ios9, Programming Apple watch, scroll views, static, swift, tables, Watchkit, WatchOS, WatchOS2, WKInterfaceTable
Posted on August 20, 2015
by Steven Lipton
3 Comments
Some tables are boring. In our multi-part look at the table view in Apple Watch, We’ve looked at tables with only one kind of row type. However, tables can be lot more than just one row. We might have a header row, or a… Continue Reading “Swift Watchkit: Headers Footers and More — Multiple Row Types in Apple Watch Tables”
Category: ios8, iOS9, WatchKitTags: Apple swift, Apple Watch, footer, groups, header, multi-row, Programming, row types, rows, rowtypes, setRowTypes, storyboard, sub, subheader, swift, tablerowcontroller, tables, Watchkit, WKTableInterface