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 Displaying API Data with Collection Views in Objective-C Adding our DetailViewController: Transitions, Gestures and More Recap: Adding Our DetailViewController

Fill in the blank quiz question.

Please fill in the correct answer in each blank provided below.

Fill in the blank(s) below:

Fill in the blank to make the following method a class method:
_________________(void)myFavoriteNewClassMethod:(NSArray *)userData;

I have tried to review the video transcripts to find the answer or direction with this quiz question and am stuck. Can someone please assist? Thank you.

1 Answer

Jason Anders
MOD
Jason Anders
Treehouse Moderator 145,858 Points

Hey Joel,

To make it a class method, you prefix with a +. Amit mentions this in this video starting at ~1:50.

Keep coding! :dizzy:

Thanks, Jason! I figured it was something small I missed. You rock!