Quote:
Originally Posted by ncc1701e
I am a new developer trying to come to grips with the storyboard thing on the new SDK. Is this basically an alternative to coding how you push controllers onto each other with code? What exactly should be done with storyboard? Any place recommended to read more about it?
|
It's Apple's latest way of organizing your user interface elements.
Most of us are still figuring out it's pros and cons.
I've started using it in the prototypes I've been doing lately, and overall, I like it. It's quite quick to put together a functioning interface. It lets you move more of your UI out of code and into a tool that can be used by non-programmers. It also includes some very cool features like static table views that make certain tasks a WHOLE lot easier.
I would suggest downloading the 2011 session on Storyboards and watching it. It's a decent introduction. Then create a new view based application and check the "use storyboards" option, and play with it.