Posted on October 10, 2019
by Steven Lipton
Leave a Comment
If you’ve been working with View controllers for a while, you’ve probably dealt with prepareForSegue. In Xcode 11, there’s a new way to handle this that makes a little more sense: Segue actions. Let’s take a look at this feature. If you download the… Continue Reading “Segue Actions”
Category: iOS Development Weekly Tips, ios13, LinkedIn Learning / Lynda.com, Swift, Xcode 11Tags: actions, delegates, prepareforsegue, segue, segues in swift, swift, Xcode
Posted on July 11, 2016
by Steven Lipton
11 Comments
Navigation controllers are the workhorse of organizing view controllers. I’ve covered much of their use in other posts about MVC, segues and delegates. In this chapter, we’ll go through some of the Swift code for the Navigation controller. The View Controller Stack Navigation view… Continue Reading “Programmatic Navigation View Controllers in Swift 3.0”
Category: TutorialTags: back button, dismiss Navigation, dismissing modal, dismissing xib, navigation controlller, navigation title bar, pop view controller, segues, segues in swift, swift, swift programming, UInavigation controller, UINavigationController in Swift, xib as modal and navigation
Posted on June 27, 2016
by Steven Lipton
24 Comments
[Updated 2/13/2018 to Xcode 9 / Swift 4.0] It should be one of the easiest things we do, and yet for many it is the most confusing. Getting data from one view controller to another as you switch views never seems easy. Segues might… Continue Reading “Using Segues and Delegates for Navigation Controllers in Swift 4.0”
Category: Swift, Swift Programming, TutorialTags: Apple swift, delegate, delegates, prepareforsegue, segue, segues, segues in swift, swift, template, UIviewcontroller
Posted on September 15, 2014
by Steven Lipton
25 Comments
[Converted to Swift 2.0 — SJL 9/17/15 ] Navigation controllers are the workhorse of organizing view controllers. I’ve covered much of their use in other posts about MVC, segues and delegates. In this chapter, We’ll go through some of the Swift code for the… Continue Reading “Swift Swift: Programmatic Navigation View Controllers in Swift”
Category: Swift Swift, TutorialTags: back button, navigation controlller, navigation title bar, pop view controller, segues, segues in swift, swift, swift programming, UInavigation controller, UINavigationController in Swift