Does anybody know if it is possible to have a storyboard in an App for iOS 5, and use normal NIB files for older iOS-versions?
I am currently redeveloping an App, and would like to include Storyboards for new features (mainly because the was you can design tables in the view easily create different prototype cells). The 'old' interface will be the legacy for pre-iOS 5 versions.
However, when adding the storyboard, and programmatically load it when iOS 5, I get the compiler error "Storyboards are unavailable on iOS 4.3 and prior". Is there a way to get this to work?