This seems like a really basic question, which is surprisingly hard to find the answer.
CABasicAnimations created with "affineTransform" because the key path did not work for me, and in the heap of places I saw, people end up using CATransform3D instead of the "key path" transform. I am sure that a hint, but it would be good to have confirmation if "affineTransform" is intended to work or not?
source
share