I'm having a hard time to scale up everything to iPhone X using auto layout and constraints on a single storyboard.
iPhone 4s small screen, 6, 6+, all works well, but iPhone X tall screen with safe areas is a nightmare to custom design apps. It's just easier to create a specific storyboard only to the iPhone X, and keep the other storyboard to all other screen sizes.
As long as it's possible to do this. Can I load an specific storyboard only to iPhone X? How?
I already have an storyboard to iPad and another one to iPhone, but this can be configured on the plist.
Thanks!