0

I am developing apps for iOS and never used storyboard. But most of the people prefer them over nib. What is the reason for that?

1 Answers1

0

Storyboard is an improvement on the NIBs concept and is the latest addition to the iOS UI toolkit. Storyboards helps you visually see the flow of your application, how the contents are represented in each layout (screens) and the transitions between them. It also helps you to manage the way controllers like View Controllers, Nav Controllers, TabBar Controllers etc communicate and respond to each other.

Chan
  • 447
  • 1
  • 5
  • 18