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 Build a Simple iPhone App with Swift Improving Our User Interface Implementing Auto Layout

Tony Brackins
Tony Brackins
28,766 Points

Iphone 6

You mentioned that we should use Iphone 5s and not iPhone 6. Why is that exactly?

Does everything break with 6?

1 Answer

Jason Anders
MOD
Jason Anders
Treehouse Moderator 145,858 Points

Hey Tony,

I'm not sure I completely understand your question. If you're talking about the actual code / app, there is no difference. If you're talking about the layout, specifically using auto-layout, I think Pasan just wants you to use the 5s simulator, because that is what he is using, so what you see in yours will be the same as what is seen is his.

The simulator, in terms of layout, will be different for the 5 and the 6 because of the different screen sizes. But as for code, they are both the same.

:dizzy:

Tony Brackins
Tony Brackins
28,766 Points

Gotcha. That answers my question thanks!