PFLogInViewController不再被识别? [英] PFLogInViewController no longer recognized?

查看:65
本文介绍了PFLogInViewController不再被识别?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在使用最新版本的Parse在iOS 8上构建iPhone应用程序.

I am building an iPhone app on iOS 8 with the latest version of Parse.

有人知道PFLogInViewController是否仍然是东西吗?在我的项目中加入它时,我遇到了非常困难的时光.使用Parse进行的其他所有工作都很好.唯一的问题是PFLogInViewController和PFSignUpViewController(及其委托)都无法识别

Does anybody know if the PFLogInViewController is still a thing? I'm having an incredibly hard time including it in my project. Everything else with Parse works perfectly fine. The only problem is that PFLogInViewController and PFSignUpViewController (and their delegates) are not recognized whatsoever

我有一个理论,认为Parse可能已经停止了其最新版本的功能.有人可以提供任何见解吗?预先感谢

I have a theory that Parse might have discontinued their functionality in their latest versions. Can anybody offer any insight ? Thanks in advance

推荐答案

从Parse SDK 1.5.0版开始,[请参见changelog

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.

只需在与PFLoginViewController相关的视图控制器中调用此函数即可:

Simply call this in your view controllers that relate to your PFLoginViewController:

#import <ParseUI/ParseUI.h>

这篇关于PFLogInViewController不再被识别?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
相关文章
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆