I've noticed some developers choose to create their UI in code rather than in storyboards or nibs; are there any advantages or disadvantages to either?
Which should I use to architect my app?
I've noticed some developers choose to create their UI in code rather than in storyboards or nibs; are there any advantages or disadvantages to either?
Which should I use to architect my app?
It is as per the requirement. You can use anyone of them or do partially from both of them. Main motive of developer is to give best UI interaction
to the user. You can go with any one of these which is suitable for you.
Have a look : What are the benefits of using Storyboards instead of xib files in iOS programming?
and
this user-interface-programming
You will get better better on this two links. If further you have issues and doubts you can ask.