views:

648

answers:

1

I am looking for UITextFieldDelegate sample code. Please teach when knowing.

+2  A: 

Here's Apple's docs: UITextFieldDelegate

In the first section, they have a bunch of links to sample code. See:

Related sample code

Unless you ask for anything more specific, this is the best I can do.

Malaxeur