ios,swift,catransform3d,catransform3drotate
Assuming your transforms are called t1, t2 and t3. Then do this: let t = CATransform3DConcat(t1, CATransform3DConcat(t2, t3)) ...