Start networking and exchanging professional insights

Register now or log in to join your professional community.

Follow

Whats the Advantages and disadvantages from using Storyboards Vs Coded UI and auto-layout in IOS development - Xcode ?

user-image
Question added by Fawaz Alrasheed , ui/ux developer , Boutiqaat
Date Posted: 2017/07/28
Pradeep Morghade
by Pradeep Morghade , Ststems Analyst , ValueLabs

Advantage

  1. A container for all your Scenes (View Controllers, Nav Controllers, TabBar Controllers, etc)
  2. A manager of connections and transitions between these scenes (these are called Segues)
  3. A nice way to manage how different controllers talk to each other
  4. Storyboards give you a complete look at the flow of your application that you can never get from individual nib files floating around.
  5. A reducer of all the "clutter" that happens when you have several controllers each with it's own nib file.

DisAdvantage

If your application is without storyboard then definately you have to work hard to change custom UI to storyboard.

More Questions Like This

Do you need help in adding the right keywords to your CV? Let our CV writing experts help you.