views:

786

answers:

1

Is there anyway possible to set the clearButtonMode for a UITextField in Interface Builder? Is this only possible to do code? I do not see it as an option in the UITextField attributes panel.

+2  A: 

There is no way to do it in Interface Builder (as of the 2.2 SDK)

See http://stackoverflow.com/questions/320078/adding-the-clear-button-to-an-iphone-uitextfield

Kristopher Johnson