According to the eBook:
It is worth noting here that STV fully supports using Storyboards whenever you wish to do so. You must be careful however because by using storyboards, you can only deploy your application on iOS 5.0 devices.
Is this still the case? If so, can anyone clarify what "using storyboards" means?
Does it mean "use storyboards anywhere in your app", or does it mean "use an STV class for a view in a storyboard"?
To put it another way, can I deploy to iOS7 and use storyboard for some of the UI in my app, as long as the STV related view controllers are defined only in code and not linked to storyboards?