Posted on April 17, 2019
by Steven Lipton
Leave a Comment
Sometimes table views could use a few buttons. There’s two delegates which create swipe buttons on table view cells. Let’s learn how you can implement these buttons and an interesting hidden feature you can do with them. There is two delegate methods, one for… Continue Reading “Actions in Table Views”
Category: GUI, iOS Development Weekly Tips, ios12, LinkedIn Learning / Lynda.com, Swift, Swift 4.0, Swift Programming, TutorialTags: actions, drag, ios, swipe, swipe actions, tableview, UITableView
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
Posted on July 22, 2015
by Steven Lipton
2 Comments
To state the obvious, The Apple Watch has very small screen real estate. There are times we need more screen space than is available. In iOS, there are scroll views. One subclass of scroll views are the table views. Table views come in two… Continue Reading “Swift Watchkit: Making ScrollViews and Static TableViews.”
Category: Swift Programming, Tutorial, WatchKitTags: Apple Watch, Buttons, glance, groups, layout, Notification, Programming Apple watch, scroll, scrollview, static table, Story Board, storyboard, swift, tableview, Watchkit