how can i make a glow effect around button [duplicate]
Possible Duplicate:
How can I add the 'Glow effect' to UIBarButtonItem?
I want to make a glow effect around my button as in info light button through coding. How can I get it.
I am not sure what you want but i think you can try this
Create a new image similar to the glow called glowImage.png and
[yourButton setImage:[UIImage imageNamed:@"glowImage.png"] forState:UIControlStateHighlighted];
精彩评论