I suppose that I can make it using different storyboards for the different iOS versions.
Because of differences in UI I will create next storyboards:
- Main_iPhone.storyboard
- Main_iPad.storyboard
- Main_iPhone_iOS7.storyboard
- Main_iPad_iOS7.storyboard
Is this good solution?
asked Oct 28, 2013 at 11:40
Oleksandr Matrosov
27.5k45 gold badges158 silver badges288 bronze badges
1 Answer 1
IT's hard to provide a YES/NO answer without knowing the whole problem, but in my humble opinion I would say yes, that's a fair approach.
answered Oct 28, 2013 at 11:42
Antonio MG
20.4k3 gold badges45 silver badges62 bronze badges
Sign up to request clarification or add additional context in comments.
2 Comments
Oleksandr Matrosov
I just want to make sure that I am no the right way. But maybe there are more simpler solution to achieve this. in any case thanks for response.
Oleksandr Matrosov
also have I can crate view in storyboard that is correspond to UI from iOS 6, because by the default it is iOS 7 UI with integrated status bar into view?
default