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 Weather App with Swift Simple Data Structures Bootstrapping the UI

Roger Gonzalez
Roger Gonzalez
1,553 Points

horizontal align center constraint; xcode 7 difference?

The video shows entering a horizontal align constraint of 65 points for the HUMIDITY label . When I do this (and resolve frame) the label is to the right; presumably 65 points to the right of center. If I set the constraint to -65, everything works as I'd expect (plus it seems more logical; the location we want is a negative offset from center). Did the previous version of xcode do something magical with offsets that it knew the frame was "left of center so you probably mean a negative offset"?