Reputation: 266
I have been making the native iPhone app and I have never used a xib, I mainly used to make the application in run time based, but know with the introduction of Main Story Board. I just want to know which one will be easier for using run time based which I mainly used to or start using story board.
Upvotes: 1
Views: 110
Reputation: 20021
Both have its own advantage and Storyboard has more options and ease when used in the right way (that is why it is introduced!).
By using storyboard
By xib
MY SOLUTION
Since it is possible to use both in same project. I use both in my projects. To take the both advantages according to my requirement.
Upvotes: 2
Reputation: 25697
You'll probably want to use a Storyboard(s) in the long run. However, there are pros and cons:
In my personal experience, I usually use Storyboards - the percentage of devices running < iOS 5 is actually quite low.
Upvotes: 1