I have a UIButton on which I am putting a text label. I want to change the color of the text and also put a shadow 1 pixel away from the text, to give it a nice 3D kind of view. How would I do this?
I have a UIButton on which I am putting a text label. I want
Share
-[UILabel setTextColor:]-[UILabel setShadowColor:]-[UILabel setShadowOffset:]