Search code examples
iosoptimizationscreen-size

Optimize app for all devices iOS


How can I optimise my application for all devices using storyboard and be able to see how the constraints apply to each device.


Solution

  • Neither. Use one storyboard (or xib per class) and use auto layout.