albertopasca.it
Objectivec – 3D View Rotation - while (true) { }
Today, how to make a 3d rotation using two UIView. Problem I want to rotate my view in 3d perspective, but after animation, buttons not responds to touch events. This happens because after a 3d trasform, the point of view is different, and the frame go out for a walk… Solution Use of UIGraphicsGetCurrentContext() Geometry Positioning Read More
Alberto Pasca