Advertisement
Guest User

Untitled

a guest
Nov 22nd, 2014
151
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. [myButton setTitleColor:[UIColor greenColor] forState:UIControlStateHighlighted];
  2.  
  3. myButton.setTitleColor(UIColor.greenColor(), forState: UIControlState.Highlighted)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement