I am animating the layer of a UIView subclass along a path. When I print the position of the layer it always returns the same value, the position of the view itself.
How can I access the position during animation? Or should I use spritekit for this?