/ Published in: Objective C

Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
#define degreesToRadian(x) (M_PI * (x) / 180.0) myLabel.transform = CGAffineTransformMakeRotation(degreesToRadian(180));
Comments
