2

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?

mica
  • 3,898
  • 4
  • 34
  • 62
  • http://stackoverflow.com/questions/1307553/is-there-an-iphone-equivalent-to-the-nstokenfield-control :also shows some interestin looking solutions to this Problem – mica Feb 23 '12 at 14:54

2 Answers2

1

There is a control similar to this that is part of the Three20 library TTMessageController

http://three20.info/

https://github.com/facebook/three20

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.

Community
  • 1
  • 1
mica
  • 3,898
  • 4
  • 34
  • 62