How to customize the selectedTextColor of UITextField? Default is blue color.
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