On Mar 15, 2014, at 11:17 PM, archit agarwal <[email protected]> wrote:
> Regarding the reloadFromQuery method -- > > Are you saying that I should first subclass CBLUITableSource > and then override the method? I don't think subclassing will work, because you need to access instance variables. I'm saying to copy the .m and .h files into your own project instead of using the ones from the library. Then edit the .m file to do what you want. CBLUITableSource isn't really a core part of Couchbase Lite. It's a utility that does a very common task (running a table view) that you can adapt if you want. --Jens -- You received this message because you are subscribed to the Google Groups "Couchbase Mobile" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/mobile-couchbase/818B98C3-76A8-45BC-883C-25A3D6C244F0%40couchbase.com. For more options, visit https://groups.google.com/d/optout.
