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 trialCamron Schwoegler
4,784 PointsUsing Misplaced Views vs. Pin Menu
In the video Pasan fixes the label height issue using two different methods:
- Manually adding a constraint using the Pin Menu
- Using the Update Frame option from the Misplaced Views Issue popup
On the surface both of these methods seem the same but I noticed that the second method doesn't actually add a constraint, it only resizes the bounding rectangle of the label. Can this method then lead to unforeseen behavior in the future since there is not a height constraint attached to the label?