When to use Storyboard and when to use XIBs

Are there any guidelines on when to use storyboards in an iOS project and when to use XIBs? what are the pros and cons of each and what situations do they each suit?

Near as I can tell it’s not that clean to use storyboard segues when you have view controllers being pushed by dynamic UI elements (Like map pins).

9 Answers
9

Leave a Comment