I am creating an iphone application. In this application, I want to raise the label according to the attached screenshot.
(see table $ 120)
The red color image is in the background, and I want to raise its top.
I used the transform method to rotate. But he does not push him. the label is compressed
testLabel.transform = CGAffineTransformMakeRotation(30 * M_PI / 180.0);
source share