-
-
Notifications
You must be signed in to change notification settings - Fork 133
I'm using in tableview with swift3. Could you anyone some helps me? #85
Comments
Hi, there is an example here for a generic LiveTableViewController: https://github.com/flovilmart/cocoaheads-mtl-parse-server/blob/master/ios/CocoaHeaders/LiveTableViewController.swift |
Thanks for sharing your code. I'm trying to use your code but I got an errors. when Init() -> FatalError() Could you please advising me? |
What's the fatalError? |
I found it. It just happened I didn't set initialize TableViewController. My mistake.. But I'm struggling to implementation. Could you advising me? My app has consist of 5 tabs and 5 viewController(Table, Collection, View, etc..). I want implement livequery in my first tab as TableViewController. Then where I put this code? in NavigationController? or TabController?
And Is there a way to use without required init() in FeedVC? Here is what I'm trying to do it. And fetchObjects() is not called. Thanks |
For implementation details, you should probably as over stackoverflow |
Hi I'm trying to use live query.
My question is really simple. Could you please let me know how do I use that?
My original code is here
in Tableviewcontroller
loadPost(){
blah blah~~~
}
I want subscribe of postQuery.
So I changed my code like this
Step 1. Make "Post" Class
class Post: PFObject, PFSubclassing
Step 2. declare subscription variable in tableviewcontroller and postQuery variable.
var postQuery: PFQuery? {
Could you please let me know some guide?
And Can I use live query with swift3?
The text was updated successfully, but these errors were encountered: