My app is a universal app, i.e. the app is for iPhone_portrait and iPad_landscape.
I searched a lot about how to deal with iPhone and iPad, and I found that I can make my add adaptive using size classes, especially after IOS 8 size classes
my question is :
- Is this solution is a the best one, even if the design wan't simple?
- I have a lot of xib files in my app. Can I use size classes in this case? Or I need two xib one for iPhone, one for iPad?
thanks.