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 Enhance a Weather App with Table Views Custom Table View Cells Creating a Custom Table View Cell

Ismael Barry
Ismael Barry
3,328 Points

Constraints Question

How come Pasan decides to add an aspect ratio constraint to the image views? What is its significance? At run time, how will this affect images on multiple devices screens with different resolutions? How does adding this constraint affect the aspect fit mode that we added to the image view?

1 Answer

Adding the Aspect Ratio Constraint declares a proportional relationship between the width and height of the ImageView. So, Pasan adds this constraint so the ImageView will have the same proportions no matter what device the app is run on.