Skip to content

Instantly share code, notes, and snippets.

@yourtion
Created October 22, 2014 08:47
Show Gist options
  • Select an option

  • Save yourtion/0c984de3245e52fff5ac to your computer and use it in GitHub Desktop.

Select an option

Save yourtion/0c984de3245e52fff5ac to your computer and use it in GitHub Desktop.
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