Tag: Xcode swift
-
How to Make a Tab Bar Controller in Swift 3.0 Code
While Navigation controllers often have the limelight when it comes to Xcode’s view controllers, tab bar controllers are better for independent tasks in the same app, or for different ways of working with the same model. In this lesson we’ll take a look at how to make them in Swift programmatically. If you are interested…
-
Using The Navigation Bar Title and Back Button in Swift 3.0
In writing the Swift Swift View Controllers book, it came to my attention many people don’t understand the functionality of the navigation toolbar’s title and Back button. In an early part of writing, I planned to skip the topic as a minor detail so I could get the book done and published. However, the built-in…
-
Swift Swift: Using The Navigation Bar Title and Back button.
[Updated for Xcode 7.2/Swift 2.1 2/5/16] Note: Click here for the Swift 3.0/Xcode 8 version of this tutorial In writing the Swift Swift View Controllers book, it came to my attention many people don’t understand the functionality of the navigation toolbar’s title and Back button. In an early part of writing, I planned to skip…
-
Swift Swift: Using Tab Bar Controllers in Swift
[Updated to Swift 2.0/iOS9.0 9/20/2015 SJL] While Navigation controllers often have the limelight when it comes to Xcode’s view controllers, tab bar controllers are better for independent tasks in the same app, or for different ways of working with the same model. In this lesson we’ll take a look at tab bar controllers and after…