Hi, I am developing an application for iPhone.I need to give some labels an emboss effect .Is it possible to do that?
Thanks in advance..
Hi, I am developing an application for iPhone.I need to give some labels an emboss effect .Is it possible to do that?
Thanks in advance..
[myLabel setShadowColor:[UIColor darkGrayColor]];
[myLabel setShadowOffset:CGSizeMake(0, -1)];