lundi 2 mars 2015

Customise SelectedTextColor of UITextField

How to customize the selectedTextColor of UITextField? Default is blue color.


enter image description here


The UITextField delegates/notification only handles when there is text change:



- (BOOL)textField:(UITextField *)textField shouldChangeCharactersInRange:(NSRange)range replacementString:(NSString *)string
- UITextFieldTextDidChangeNotification



Aucun commentaire:

Enregistrer un commentaire