Hai, I am doing one application, in that i want to provide the shadow color for image after setting the border color. But border color and shadow color both are different. So please tell me any more suggestions.
Share
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.
Have you looked at
CALayer? It has a property calledshadowColor. This works you are referring to anUIImageViewobject. If you’re referring to the image, you can look atCGContextSetShadowWithColorto add an image usingQuartz.