Adding Buttons to the Navigation Bar with Storyboards

1 · Andrew Bancroft · April 14, 2016, 6:20 p.m.
Updated on March 20, 2017 – Xcode 8 & Swift 3 If you’re having trouble figuring out how to add buttons to the navigation bar in your Storyboard-based iOS app, my goal in this article is to help you through the process. Knowing what to click and where to drag to get things wired up isn’t entirely intuitive, so I want to be of help if I can. Lots of StackOverflow posts point us to just adding the buttons in code, but for those who lean toward trying to do as much in the Storyboard designer as poss...