How to create a UITextField like MFMailComposer?

I want to create an MFMailComposer, such as a UITextField, for example, when we enter the email address that it converted into a blue round button, similar to the form. I do not want to use Three20 MailComposer. I want to create my own. Any idea how to achieve this? or if there is already a UITextField or any control, please let me know.

EDIT: I tested three demos of TTCatalog. And I have everything I need, except for some, for example, when I type the email address manually, but it does not convert to the blue button. I also want to send mail using my own methods, because I do message encryption. And I want to get all the email addresses entered in the To field, and I want the Cc / Bcc field, such as MFMailComposer, to have.

+5
source share
1 answer

Check out TITokenFieldView - you can use / adapt for your needs

+5
source

All Articles