Questions tagged [pftableviewcell]

16 questions
0
votes
1 answer

PFQueryTableViewController ignores most settings of a custom PFTableViewCell in storyboard

I have a TableViewController that is a subclass of PFQueryTableViewController. It displays dynamic TableViewCells that are subclasses of PFTableViewCell, and have 2 custom properties of type IBOutlet UILabel. Both are set up in storyboard, as in the…
1
2