I’m writing iOS5 app.
I’m using UILabel to show the text over an image. By default UILabel will be horizontal or vertical.
But I want to place the label with some angle (say 10 degrees).
Is it possible with UILabel?
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.
Apply some rotation to it’s transform
The
angleargument is expected in radians