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

Putting data from a PFQuery into a NSArray or NSMutableDictionary, searching it and filtering data and displaying it.

Hi all, How would I do the question above with a search display controller and a tableview (not a table view controller) with Parse.com PFquery's to query a _User class full of usernames ?

Thanks for your help, armanb21

By the way: I'm sorry for the short briefing but I really don't know anything about searching table views

1 Answer

So basically what you have to do is to create a mutable array and initialize it , then PFQuery the objects and assign it to the array ... Then into the cell row path function assign the array to the cell label.. Hope that help ..

Meek D can you please give an example? Thanks a lot, armanb21