ios - If I use Storyboards will I still have to create xibs for backwards compatibility? -
this general ios 5+/4 question:
if make app using storyboards, won't work on pre ios 5 devices (iphone/ipod touch).
apple requires app targeted ios 5+ must still compatible ios 4.
so basically, i'm better off starting out non-storyboard app (ie xib)? put way, if i'll end having create xibs anyways, why use storyboards begin with?
while storyboards pretty , can organize layout, still seems more work in end. or missing something?
yes correct, cannot use storyboard on pre ios 5. if thinking of supporting ios 4.3 better work xibs begining
Comments
Post a Comment