Tag: UIviewcontroller
-
Using Segues and Delegates for Navigation Controllers in Swift 4.0
[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 be slightly difficult, but delegates to get the information back have…
-
The Swift Swift Tutorial: Using Segues and Delegates in Navigation Controllers (Part 1 — The Template)
[Updating to Swift 2.0 SJL 9/17/15] Click here for the Swift 3.0 version of this post 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 be slightly difficult,…