How do I programmatically assign a method (observer?) to the didEndOnExit event of a UITextField object?
didEndOnExit
UITextField
This is easy enough to do in IB bu
I just figured it out...
[mytextField addTarget:self action:@selector(methodToFire:) forControlEvents:UIControlEventEditingDidEndOnExit];