I\'m trying to find a reason why animation of UIView transform property looks different in iOS 8 than iOS 6/7.
UIView
For a simple example, prior to iOS 8:
I had problems with jerky rotation transform in iOS7 as well. Solved this by nesting my rotated view inside a container and centering the rotated view inside.