Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
使用 Parse 提供的默认登录和注册视图,我是否可以避免要求用户选择用户名而只使用电子邮件作为用户标识符?
[由 Parse 支持团队] 您可以将用户名字段上的占位符标签更改为“电子邮件地址”,您可以隐藏登录视图控制器上的正常电子邮件地址字段。
signUpController.signUpView.emailAsUsername = true