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

Trouble in 'Making it Pretty'. code challenge: Programming a Background Image.

I have been struggling with the code challenge question 'Add the UIImageView as a subview to the instance of UIView named 'catView'? for a week straight.

When I type the code

[self.view addSubview:catView];

At the bottom of the other code it is wrong. Saying 'Remember that you need to add a subview and not insert a subview. Any help will be great.

1 Answer