storyboards and nibs

Building user interfaces with
storyboards, nibs and code
Mobile Application Development in Swift
Professor Larry Heimann
Our biggest storyboard so far
Storyboard swamps
Refactoring and organizing the project
Going from a massive storyboard …
… to refactored storyboards
login storyboard
… to refactored storyboards
timeline storyboard
… to refactored storyboards
friends storyboard
Unifying these under one master
A simple demo of multiple storyboards
Nibs
(although now spelled .xib)
•
What are nibs?
•
Demonstration of nibs in table view
•
Class exercise
•
Pros and cons of nibs vs storyboards vs just code