开发者

how can i make a glow effect around button [duplicate]

This开发者_JAVA技巧 question already has answers here: Closed 11 years ago.

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];
0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜