Should I use storyboards?

For larger projects, you need to be careful not to cram all your view controllers into one massive Storyboard, but if you do that they’re great for larger projects, too. And another big reason to use Storyboards: Apple’s pushing them, and it’s always easier to go along with Apple and follow their recommendations .

Read more

What is Xib file?

What are XIB files? From the point of view of the UI designer, XIB files contain the views or windows that you design in Interface Builder – the controls, their layout and properties, and their connections to your code . It is important to understand that on a technical level, XIB files are stored object graphs.

Read more