1

Does new Parse Sdks supports for PFQueryTableViewController?

Because I keep getting an error of use of undeclared type PFQueryTableViewController. Why so?

class CustomTableViewCell : PFQueryTableViewController

1
  • I have the same issue... Can't seem to find a fix. Commented Nov 22, 2014 at 17:57

1 Answer 1

15

I can say Parse SDKs is still supporting for PFQueryTableViewController but you encountered this problem because PFQueryTableViewController.h header is not including in Parse.framework file anymore. So what you can do, in Objective-C Bride header file, beside of importing Parse/Parse.h, you should also import ParseUI/ParseUI.h. Then the error will go away.

Sign up to request clarification or add additional context in comments.

1 Comment

Thanks for your explanation. I was searching through the changelogs but could not find a bit of information.

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.