Welcome to the Treehouse Community
The Treehouse Community is a meeting place for developers, designers, and programmers of all backgrounds and skill levels to get support. Collaborate here on code errors or bugs that you need feedback on, or asking for an extra set of eyes on your latest project. Join thousands of Treehouse students and alumni in the community today. (Note: Only Treehouse students can comment or ask questions, but non-students are welcome to browse our conversations.)
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and a supportive community. Start your free trial today.

Jessica Fleming
404 PointsIBAction Challenge; ButtonPressed
I am trying to do the create my own IBAction using ButtonPressed so I can move on to the next video; but, I am stuck on this challenged. I have tried NSLog(@"ButtonPressed"); -(IBAction) buttonPressed; @property(strong, nonatomic) IBOutlet UILabel *predictionlabel);. None of these are letting me pass, keeps sayingBummer. What am I missing?
Thanks
2 Answers

Daniel Brooking
5,164 PointsNot sure if it was a typo on your question here, but it looks like there is a ")" at the end of predicitonlabel. That shouldn't be there and would cause it to fail. If that's not it, I'm not sure - the rest looks good.

Jessica Fleming
404 PointsI figured out the problem. -(IBAction)buttonPressed then curly brackets