You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
nimble parse server, using IOS SDK Parse (1.13.0), ParseUI (1.2.0) with PFQueryTableViewController a simple query to get all records in a Class returns zero objects. This behaviour happens with queries restricting the number of objects. Actually happens with any kind of query.
The query works OK using tableView instead of PFQueryTableViewController. The query using PFQueryTableViewController woks perfectly in the original Parse.
the query: query = PFQuery(className: "Request")
The table has records