Skip to main content

What are the differences between a .xib and a .storyboard file?

· One min read
Ace the iOS Interview
Aryaman Sharda
Sources & Resources

Main Source: đź”— Ace the iOS Interview

Additional Sources:

Further Reading:

TL/DR

Both a .xib and .storyboard are stored as XML filesand are both converted to binary files - .nibs- at compile time.

A .xib file usually specifies one UIViewController or standalone view whereas a .storyboard specifies a set of UIViewControllers and the navigation behavior between them.