I need to add shadow to all side to a label.It will look like this.

How Can I do this?Please help.I am using shadowOffset ,but it is not giving shadow in all side.Please help.
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.
Assuming you’re asking how to add the white outline, you can’t do that with a plain
UILabel. You need to draw the text using Core Graphics (aka Quartz 2D). Something like this: