I am building an iPhone app on iOS 8 with the latest version of Parse.
Does anybody know if the PFLogInViewController is still a thing? I\'m having an incredibly hard
As of Parse SDK version 1.5.0, [see changelog HERE] Parse has segregated their UI elements from functional code. If you have upgraded your frameworks to the latest version from a previous version of parse that did not support ParseUI you must include the new import tags for your projects to recognize UI components.
Simply call this in your view controllers that relate to your PFLoginViewController:
#import