My goal to create a news feed tableview (in my iOS app using Swift). All items that will be displayed on the news feed are being pulled from my Parse.com database. The problem is that my news feed will contain cells with information from multiple classes in the database. Is it possible to configure a PFQueryTableViewController to display and update based on multiple PFObjects? I haven't been able to find any examples of this online.
I know could create a custom TableView and populate it manually but I'm trying to avoid this if possible :)
Any help/tips are much appreciated! Thank you