Posted on February 20, 2019
by Steven Lipton
Leave a Comment
Learn how to take a disaster of nested stack views and untangle it into a great user interface.
Category: Auto Layout and Size Classes, GUI, iOS Development Weekly Tips, ios12, LinkedIn Learning / Lynda.com, Swift, Swift Programming, TutorialTags: ios, stack view, stack views, Story Board, storyboard, Storyboards, UIStackView, Xcode
Posted on August 29, 2018
by Steven Lipton
3 Comments
Note: You can also watch a video of this lesson at Lynda. com and LinkedInLearning. There’s been a few changes to the storyboard in Xcode 10, some might just drive you crazy if you don’t know how to use them. Some are really cool… Continue Reading “Xcode 10 Storyboard Changes”
Category: Auto Layout and Size Classes, GUI, Improvements and bugs, iOS Development Weekly Tips, LinkedIn Learning / Lynda.com, Xcode 10Tags: embed, scroll view, stack view, Storyboards, UIScrollView, UIStackView, Xcde 10
Posted on December 4, 2015
by Steven Lipton
Leave a Comment
While very versatile, there’s some point where every developer finds table views lacking something: the cell format is too limited. Apps like Facebook, Twitter, and Instagram don’t use simple table views. They use custom table cell formats. In this lesson, we’ll start learning how… Continue Reading “How to Use Custom Table Cells in a UITableView”
Category: GUI, iOS9, Swift, Swift Programming, Swift Swift, TutorialTags: cell, cell height, cell style, cellforrowatIndexpath, Custom table cells, estimatedHeightForRowAtIndexPath, row, row height, stack view, stack views, table cells, UITableView, UITableViewCell, UITableViewController
Posted on November 11, 2015
by Steven Lipton
22 Comments
Some people don’t like Interface Builder and like to code instead. Sometimes your layout is so dynamic you need to lay out in code. In either case, programmatic layout of views becomes the answer instead of auto layout. In Xcode 7 Apple introduced stack… Continue Reading “How to Add Stack Views Programmatically and (almost) avoid AutoLayout”
Category: Auto Layout and Size Classes, GUI, iOS9, Swift, Swift Programming, Swift Swift, TutorialTags: Auto Layout, autolayout, stack view, swift, UIStackView