I am using Parse.com as the backend for developing an iOS application (using Swift).
I currently have a PFQueryTableViewController
displaying a list of rows from my Parse table "Sports".
I would like to, however, have the Parse-returned query-based cells in a section, and then have a section above this section with 3 more 'static'-type of cells.
The question is very similar to this one: Mix of static and dynamic table view cells iOS
BUT I am just unsure of how to do this with a PFQueryTableViewController
...
Any help?