0

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.

Community
  • 1
  • 1
Lena
  • 1,400
  • 3
  • 14
  • 20
  • See this [Stackoverflow question][1]. All the best. [1]: http://stackoverflow.com/questions/4884538/how-can-i-add-the-glow-effect-to-uibarbuttonitem – Warrior May 06 '11 at 11:30
  • Thank you Warrior and i am sorry i post this question.Its my fault that i didn't do a good search. – Lena May 07 '11 at 05:31

1 Answers1

0

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];
visakh7
  • 26,380
  • 8
  • 55
  • 69