Unable to subclass PFQueryTableViewController

I am writing an iOS application using Parse.com to interact with the server.

I downloaded and installed SKD, correctly added all the frameworks, and everything works fine until it comes to PFQueryTableViewController. It does not appear in the drop-down list when I create a new class, and I cannot create it programmatically because Xcode simply does not know this. Same thing with PFImageView, is it somehow connected?

SKD needs to be updated since I updated it yesterday, including the local data store.

Am I missing something?

Thanks in advance!

+4
source share
2 answers

, . , :

#import <Parse/Parse.h>
#import <Bolts/Bolts.h>
#import <ParseUI/ParseUI.h>
+3

:

PFTableViewContoller Suclassing

UPDATE:

" " " ". , Parse.framework Bolts.framework . enter image description here

+1

Source: https://habr.com/ru/post/1568020/


All Articles