ScreenSizesSimulator
ScreenSizesSimulator copied to clipboard
Use a single iOS device for testing your app in all iPhone sizes
If you create auto-layout constraints based on compact sizes for iPhones (for example if you want different constraints on landscape mode), these are not changed correctly when running an app...
Instead of messing up with storyboards and targets, ideally the setup process of the screen sizes simulator should be just placing a line of code somewhere convenient, such as the...
Create a cocoapod for facilitating the installation of the ScreenSizesSimulator on a new project.