0

Guys how can we rotate only a part of UIView at a given angle, my specific requirement is to rotate 25% of left portion of a view at 45 degree or any given angle .. please refer diagram

enter image description here

I read some article on 3D transform but it involves the entire view rather than a part, I know it is possible as flip animation definitely uses this under the hood any article or any code will be a real help .

Rein rPavi
  • 3,368
  • 4
  • 22
  • 32
  • Can you not have a subView for the part which you want to animate? Then you can use the existing 3d animation API's. – Amit Nov 03 '14 at 09:12
  • Well yaa thats one of the way to do it, I tried that but I need a way to fold a single UIView at particular angle. – Rein rPavi Nov 03 '14 at 09:14