如何创建像 MFMailComposer 一样的 UITextField?
我想创建一个像 UITextField 一样的 MFMailComposer,就像我们输入电子邮件地址时它会转换成蓝色圆形按钮一样的形状。我不想使用 Three20 的 MailComposer。我想创建自己的。知道如何实现这一目标吗?或者如果已经有 UITextField 或任何控件,请告诉我。
编辑:我检查了 Three20 的 TTCatalog 演示。它拥有我想要的所有东西,除了一些东西,比如当我手动输入电子邮件地址时,它不会转换为蓝色按钮。此外,我想使用我自己的方法发送邮件,因为我正在对消息进行加密。我想要获取在“收件人”字段中输入的所有电子邮件地址,并且我想要一个像 MFMailComposer 那样的抄送/密件抄送字段。
I want to create a MFMailComposer like UITextField like when we type an email address it converted into blue round button like shape. I do not want to use Three20's MailComposer. I want to create my own.Any idea how to achieve this? or if there is already a UITextField or whatever control is out there please let me know.
EDIT: I've checked three20's TTCatalog demo. And It has all the things I want except a few like when I type an email address manually it's not converted into the blue button.Also I want to send mail using my own methods because I'm doing encryption of message. And I want to get all the email addresses entered in the To field and I want a Cc/Bcc field like MFMailComposer has.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
查看 TITokenFieldView - 您也许可以根据您的需求使用/调整
Check out TITokenFieldView - you may be able to use/adapt for your needs