开发者

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

开发者 https://www.devze.com 2023-03-03 02:40 出处:网络
This开发者_JAVA技巧 question already has answers here: Closed 11 years ago. Possible Duplicate: How can I add the 'Glow effect' to UIBarButtonItem?
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

精彩评论

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