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
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 .