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

We continue building our random quotes app. We want to separate out our data from the view controller so we created a class called 'Quote'. Create an array property called 'quotes' where we will store all the quotes

Im Having Trouble With Task 1, Im Putting This:

@property *quote;

But It Keeps Saying, Bummer! In the 'Quote.h' file declare an @property called 'quotes'

2 Answers

Holger Liesegang
Holger Liesegang
50,595 Points

Hi, Phillip,

the answer is the same I gave you an hour ago :)

@property (nonatomic, strong) NSArray *quotes;

BTW you might want to take your time and have another look at the videos - each time you'll understand more and it will get easier, I can promise you that :)

Kind Regards Holger

thank you :)