Skip to content

Instantly share code, notes, and snippets.

@shoheiyokoyama
Last active December 31, 2015 06:19
Show Gist options
  • Save shoheiyokoyama/abd7b8c83adab192a8ce to your computer and use it in GitHub Desktop.
Save shoheiyokoyama/abd7b8c83adab192a8ce to your computer and use it in GitHub Desktop.
UITextFieldのスタイルがRoundedRectの場合、背景色が変わらない(Core Animation) ref: http://qiita.com/shoheiyokoyama/items/c2d2c641757cd8f90557
textField.backgroundColor = [UIColor clearColor];
textField.backgroundColor = UIColor.clearColor()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment