pfquery Questions
4
I encounter some strange problem when I try to query all users from the "User" class It dos not find any Users
var query:PFQuery=PFQuery(className: "User");
query.findObjectsInBackgroundWithBlock...
Elli asked 2/10, 2014 at 20:8
1
In my UIViewController I am trying to query my parse server, but I keep getting a return of 0 for it, though I know 100% that this class does have objects in it. Any thoughts?
PFQuery *query = [P...
Escudo asked 12/9, 2017 at 3:53
2
I am having trouble synchronizing my local data with Parse data when using ´enableLocalDataStore´. If I don't use local storage everything is fine, but I would like to minimize calls to Parse serve...
Allinclusive asked 22/1, 2015 at 0:5
3
Solved
I have a subclass of PFQueryTableViewController that I am trying to show in a container view (as a subview). My problem is that I cannot get the custom cells to show in the tableview. I have verifi...
Rhonda asked 9/11, 2013 at 13:49
1
Solved
Say I have a property declared as : @property (nonatomic, strong) NSArray *menuArr; OR @property (strong) NSArray *menuArr; and set this property in viewDidLoad. How long will the device "remember"...
Fulvi asked 1/6, 2014 at 7:47
1
Currently Im following this tutorial http://www.appcoda.com/ios-programming-app-backend-parse/
But I want the tableviewcontroller to be refresh with new data when data from parse.com is update aut...
Kiely asked 13/2, 2014 at 10:36
3
Solved
I am using parse to store my objects. When I go to retrieve objects, I get the objects in a random order it looks like. I Believe Parse isn't taking seconds into account, just minutes, and if the o...
Amygdala asked 23/7, 2013 at 5:38
1
© 2022 - 2024 — McMap. All rights reserved.