Animation of CGAffineTransform in iOS8 looks different than in iOS7

前端 未结 6 1832
南方客
南方客 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:28

    I think the reason is just iOS8 bug, but I use CAAnimation instead, and it works as expected on iOS8.

提交回复
热议问题