How to get the shine effect of UIButtonTypeInfoLight?
When tapping a UIButton of type UIButtonTypeInfoLight you get a nice shine effect around the button. Is i开发者_开发技巧t possible to add this effect to custom UIButtons?
buttonName.showsTouchWhenHighlighted = YES;
精彩评论