Hello all,
I want to rotate a UILabel in semicircle.
So what I am planning to do is use some timing function like CaMediaTimingFunction.
I want to use getControlPointAtIndex method of CaMediaTiming Function so that I can get a set of points to rotate the UILabel. The points which I will get will help me in forming the frame for UILabel.
Does anybody have good idea other than this.
I want to rotate the Label in a semicircle very smoothly.