I want to show a clear button always in a UITextField. I have tried to both set this in .xib Interface Builder:
and in code using this line:
[_firstNameField setClearButtonMode:UITextFieldViewModeAlways];
Neither causes the button to show. Help please.