Questions tagged [pfquerytableviewcontrolle]

72 questions
0
votes
1 answer

Parse PFQueryTableViewController loadNextPage() reload tableView issue

I am using the PFQueryTableViewController, and i am trying to achieve auto loading as the user gets to the bottom of the current page of results (paginating). Everything is querying and displaying as it should. The issue is when calling…
Zach
  • 180
  • 1
  • 2
  • 12
0
votes
1 answer

Setting background image for PFQueryTableViewController

Swift iOS xcode 7.1 Beta I am trying to set background image on the PFQueryTableViewController. I tried dragging the table from the story board (Ref. outlet: tableView) but I am not able to make the code work referring to that outlet. let…
Vicky Arora
  • 501
  • 2
  • 7
  • 20
0
votes
1 answer

didSelectRowAtIndexPath method conflict with Load More function in Parse using Swift 2

I'm using Parse to create my App. My app works fine till I used the didSelectRowAtIndexPath method, as soon as I used the method to pass the data to another view controller to show detailed information, and when i tapped the 'Load More' row, i get…
0
votes
1 answer

How much should I return in rows per section?

I'm trying to create a query sort of like Yik Yak where I can see a query of messages within a certain location but the results are not displaying the data in the query whenever I post a message. I basically want the message I send to be shown in…
0
votes
2 answers

Querying for Relation Data in a PFQuery Table View Controller in Swift

I am trying to retrieve the the current user's friends by accessing the "friends" column in Parse. The way I set the friends up is by having the user select users in another view that are then added to a Relation called "friends" in their User row…
0
votes
1 answer

How to load complete data into PFQueryTableViewController and implement objectDidLoad?

I am trying to read data from parse cloud and present it in tableview according to customised cell. So far I have no problem with presenting this data. However I need to add some features to this tableview's cell such as cell.backgroundColor =…
0
votes
1 answer

Data from Parse not loading into PFQueryTableViewController

I am using a PFQueryTableViewController to try to load data into a tableview. EDIT: link to photo referred to just below: http://i61.tinypic.com/x5626a.png To my knowledge everything is set up correctly, but when running in the simulator, no images…
jjjjjjjj
  • 4,203
  • 11
  • 53
  • 72
0
votes
0 answers

Swift Parse: Get unique object from array in PFObject for PFQueryTableViewController

I have a PFObject ("Task") which contains keys ("taskCreatorEmail") of type string, and ("taskAssignedTo") of type array. ("taskAssignedTo") stores an array of objects. The objects consists of "name" and "email" key/value pairs. How can I retrieve…
Eugene Teh
  • 263
  • 2
  • 3
  • 12
0
votes
1 answer

PFQueryTablViewController queryForTable method with network reachability

I am trying to populate a PFQueryTableViewController with Question objects from my Parse backend. How do I implement blocks within this method? - (PFQuery *)queryForTable // I'm having issues with using the method…
0
votes
1 answer

Moving a PFObject value from a string into an array with counter

I am using ParseUI queries and PFQueryTableViewControllers. I have a PFQuerytable ViewController that needs to pass the value of the PFObject.objectId to another PFQUeryTableViewController. To do this I need to get that value into the prepare for…
0
votes
1 answer

Catching the Parse kPFErrorConnectionFailed error-code & Cancelling the pullToRefresh’s UIActivityIndicatorView in the IOS PFQueryTableViewController

I have two questions as follows: I will like to catch the kPFErrorConnectionFailed error-code from the query in the IOS PFQueryTableViewController’s queryForTable. How do I go about it? After the last attempt to connect to Network and I receive …
0
votes
0 answers

Reload Multiple Section Table View using Parse.com

I'm following this example for a sectioned table view: https://parse.com/questions/using-pfquerytableviewcontroller-for-uitableview-sections I'm having issues getting the table view to reload when the first object is added. In viewWillAppear I call…
0
votes
1 answer

Swift and Parse - PFQueryTableViewController loadingViewEnabled

Good day! I'm using Parse for my swift project, Specifically the PFQueryTableViewController but i want to change the loading view when i open the app. It doesn't look good in my background so i want to change its color and shadow. Also its…
0
votes
1 answer

Swift - Parse PFQueryTableViewController Error on loading the LocalDataStore

Good day! I'm using Parse in my swift project, Now my problem is loading and saving the query or objects to the localDataStore, I tried this method override func tableView(tableView: UITableView, cellForRowAtIndexPath indexPath: NSIndexPath,…
0
votes
0 answers

Swift - Override "refreshControl" property of ParseUI

Good day! I just want to ask if how can I add this Custom pull to refresh to my Swift project with Parse, I have a PFQueryTableViewController with pullToRefreshEnabled set to true so i get the default Spinning Butthole animation. I want to add the…
LEVIS OGCPAS
  • 229
  • 4
  • 11