PFQueryTableViewController not showing custom cells
问题 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 verified the following via debugging: The tableview is being added to the parent view The tableview is a PFQueryTableView Controller as it includes the default pull to refresh The PFQuery is returning the correct number of objects The CellForRowAtIndexPath method is being called and iterating through the