Animation of CGAffineTransform in iOS8 looks different than in iOS7

前端 未结 6 1830
南方客
南方客 2021-02-02 11:59

I\'m trying to find a reason why animation of UIView transform property looks different in iOS 8 than iOS 6/7.

For a simple example, prior to iOS 8:

6条回答
  •  不知归路
    2021-02-02 12:54

    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.

提交回复
热议问题