I would like to have an effect like the to: UITextfield in apples email app. If an E-Mail Adress is entered completely, it ist replaced by an element in rounded corners. How can I achieve a behavior like this?
Asked
Active
Viewed 423 times
2 Answers
1
There is a control similar to this that is part of the Three20 library TTMessageController

Ell Neal
- 6,014
- 2
- 29
- 54
0
In OSX NSTokenField adresses this, unfortunately it´s not availible in iOS. Is there an iPhone equivalent to the NSTokenField control? also showes some intersting solutions to the Problem.