Hi !
I am return developer of iOS. (for 2 years I used to develop android apps)
I had not used storyboard, because I used to use nib files only.
Now, how much of projects use storyboard ? ( more than 90% ??????)
Is there still many projects do not use storyboard ?
For me, storuboard is not easy to understand ....
But, if storyboard is main trend of iOS development, I love to study stortboard surely.
Thanks alot ! love!
Storyboards are definitely the way Apple wants us to go. I'd say they're pretty polite and easy to use when you get to understand the basic concept.
Some things to know about Storyboards:
- They're slowing the compiling down a lot
- There's currently no easy way to re-use custom views, like cells in multiple collection views
- Layouting and implementing design is so much faster using Storyboards, and with @IBDesignable and @IBInspectable you can even render custom views
I personally didn't like Storyboards, basically because Interface Builder used to be quite bad, but now I use Storyboards in all new projects!