如何在 IOS 中自动填充反馈表中的电子邮件地址?
Wakemate 在 iPhone 应用程序的反馈表单中自动填充用户电子邮件地址方面做得非常出色。请参阅此处:
有人知道如何执行此操作(需要注意的是我们使用 Facebook Connect 进行登录)?
Wakemate does an amazing job of auto-populating a users email address in a Feedback form in an iphone app. See here:
Does anyone know how to do this (with the caveat that we are using Facebook Connect for login)?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我认为你应该阅读 Apple 文档
它将帮助您以及这里使用的 ui,这只是因为它们可能是 MFMailComposeViewController 的子类
I think you should read Apple docs
it will help you and more over the ui that is being used here is just because they probably subclassed MFMailComposeViewController
您可以将这段代码用于您的目的。
干杯
You can use this block of code for your purpose.
Cheers