Can't display custom cell with PFQueryTableViewController (Swift2)
问题 Using parse.com v1.4 (installed with cocoa pods) with Swift 2 + I've setup up my PFQueryTableViewController (ParseUI) with a custom cell. I believe everything is hooked up fine, however I can't get the cell to display the value from Parse.com even though I do receive it and can print it (I've debugged it). I am dequeueing like this: override func tableView(tableView: UITableView, cellForRowAtIndexPath indexPath: NSIndexPath, object: PFObject?) -> PFTableViewCell { let cellIdentifier = "Cell"