I'm currently writing iOS app using parse - i also have to mention that i'm beginner and started coding in objective-C only few days ago so i don't understand many things. I need PFQueryTableViewController - it doesn't show up in new>file>... so i checked webs and it seems i have to add:
#import <ParseUI/ParseUI.h>
somewhere
Now most people talk about swift - you have add it in bridging file. I'm coding in objective-c and i have no idea where to put it. Adding this line in AppDelegate causes 20 errors.
Can somebody help me?
PS:i have all frameworks i need - PFQueryTableViewController still doesn't show up.
you have to import this at the top of your .h file of the required controller