Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

iOS

Evans Attafuah
Evans Attafuah
18,277 Points

Autolayout

How do I set different sizes and position on different devices using auto layout?

Evans Attafuah
Evans Attafuah
18,277 Points

"I meant to say how do I set size and position for different devices". As in lets say I have x=20 for iPhone, i want to be able to make it x=40 for iPhone Plus using auto layout.

2 Answers

Caleb Kleveter
MOD
Caleb Kleveter
Treehouse Moderator 37,862 Points

If I understood correctly it was so the app wouldn't look funky on a different sized device.

I don't know about explicitly setting the size of an object based on which device you're using, but you could try messing around with the Aspect Ratio feature in AutoLayout. I've had to use it myself and it works wonders.