Skip to content

Instantly share code, notes, and snippets.

@yourtion
Created October 22, 2014 08:47
Embed
What would you like to do?
CustomClearButton
UIButton *clearButton = [myTextField valueForKey:@"_clearButton"];
[clearButton setImage:[UIImage new] forState:UIControlStateNormal];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment