Is it possible to have the storyboard scale everything up or down depending on the screen size or do I have to do it programmatically? For example the UI on iPhone 6 plus would look exactly like the one on iPhone 5 but just larger.
Scaling everything up and down for different devices in UIStoryboard
68 Views Asked by harinsa At
2
You can do it by using Aspect Ratio property of AutoLayout.
You can follow this tutorial. It gives a very nice explanation on how to scale everything up by using fix aspect ratio.
http://simblestudios.com/blog/development/percentage-width-in-autolayout.html