Tuesday, 17 September 2013

Using 1 PFQuery (parse.com) for multi page app

Using 1 PFQuery (parse.com) for multi page app

I'm new to Objective c and right now I have a multi page app. Each page
has a UITableView that is populated with the same PFQuery as the others.
This results in API calls for each page. Is there a way to have the
PFQuery in its own class so when I start/refresh the app, it populates all
pages with just one query?

No comments:

Post a Comment