I am developing a simple iPhone application. I want to set the shadow color for the title of a UIButton in the nib.
Can someone help me in finding the set shadow color for the title in the nib?
Thanks and Regards,
Deepa
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Well, in the Interface Builder you have to select the UIButton and open the inspector. Then you’ll see the different properties of the UIButton. There are two properties called Shadow, the first one is to set the Shadow Color, the other one is to set the Offset of the Shadow. Try aout like you wanna have it, you’ll se the changes immediately.
That’s all, pretty simple.