Looking for help on how to have a CALayer flip like a UIView using CATransform3D.
I have seen some articles but I'm having a hard time understanding the 4D and 3D coordinates system, model and references. I also read apple's documentation, but I'm not understanding it either.
My goal is to flip a card located within a layer within a view. I know I could use uiview to do the same thing, but i would rather use a calayer
Thanks in advance for your help.