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 Playlist Browser with Objective-C Building the Master and Detail Views More UI Customization

Image being clipped on top

When I update the frames, the image gets clipped on top (around 50%). I've made sure that the constraints are 0 on the top and the sides as instructed. Screenshots: http://i164.photobucket.com/albums/u7/RHochstenbach/playlistissie1.png http://i164.photobucket.com/albums/u7/RHochstenbach/playlistissie1.png

5 Answers

Control drag from the image to the nav bar and a drop down menu will appear, there should be the constraint you want listed.

That did the trick! Thanks!

I'm glad it worked!

Did it say to update the frames in the video?

Yes I have updated the frames. But it also occurs when I run the app, so that shouldn't make a difference.

Do you have screen shots of it in run-time?

Did you set the constraints to be 0 from the top of the screen, vs. 0 from the bottom of the nav bar?

I believe it's 0 from the top of the screen. How do I set it 0 from the nav bar?