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 Objective-C Basics (Retired) Introduction to Objective-C Composition

Eugenio Villarreal
Eugenio Villarreal
8,041 Points

I get an issue report that does not appear on the video.

This si the code right from the video , but i get an error " undeclared identifier":

Button *roundButton = [[Button alloc] init]; roundButton.shape = circle;

2 Answers

Brenden Konnagan
Brenden Konnagan
16,858 Points

Can you post a little more code along with what your objective is? I am thinking it might be because you are not importing a needed header file or that you need to forward declare a class.