2

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.

Coocoo4Cocoa
  • 48,756
  • 50
  • 150
  • 175

1 Answers1

2

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

See Adding the "Clear" Button to an iPhone UITextField

UPDATE: As of the latest version of XCode/SDK this property is now supported in IB.

Community
  • 1
  • 1
Kristopher Johnson
  • 81,409
  • 55
  • 245
  • 302