Skip to main content

Posts

Showing posts with the label xcode-storyboard

iPhone app design storyboard vs nib

As a beginning developer I'm wondering what the pros and cons are of using Storyboard vs. .nib files to build app interfaces. I'm aware that: Storyboards supposedly streamline the process of creating interfaces Apps created with storyboards are not compatible with devices running pre-iOS 5 However, I'd like to ask people with experience what the unforeseen drawbacks or advantages may be to using one method over the other, and what experienced developers recommend starting out on. (I'll be developing both for personal and commercial use.) Thank you very much!