tags:

views:

22

answers:

1

Hi, I want to show gray circle with the white x in the right-side of the field which on click will delete the content of the textfield.

A: 

I got it. It can be done by setting following property: aTextField.clearButtonMode = UITextFieldViewModeAlways;

Abhinav