views:

84

answers:

1

When tapping a UIButton of type UIButtonTypeInfoLight you get a nice shine effect around the button. Is it possible to add this effect to custom UIButtons?

A: 
buttonName.showsTouchWhenHighlighted = YES;
ssj