Welcome to the Treehouse Community
The Treehouse Community is a meeting place for developers, designers, and programmers of all backgrounds and skill levels to get support. Collaborate here on code errors or bugs that you need feedback on, or asking for an extra set of eyes on your latest project. Join thousands of Treehouse students and alumni in the community today. (Note: Only Treehouse students can comment or ask questions, but non-students are welcome to browse our conversations.)
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and a supportive community. Start your free trial today.

Evans Attafuah
18,277 PointsAutolayout
How do I set different sizes and position on different devices using auto layout?
2 Answers

Caleb Kleveter
Treehouse Moderator 37,862 PointsIf I understood correctly it was so the app wouldn't look funky on a different sized device.

Stephen Whitfield
16,771 PointsI 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.
Evans Attafuah
18,277 PointsEvans 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.