UIKit Dynamics with existing affine transform

后端 未结 4 662
我在风中等你
我在风中等你 2021-02-14 19:07

I have a view that has some scale transformations. And when I apply some UIKit Dynamics on it, it zeroes them out. /: How can I keep the existing transformation on the view whil

4条回答
  •  南方客
    南方客 (楼主)
    2021-02-14 19:35

    Here is a tutorial,http://www.raywenderlich.com/50197/uikit-dynamics-tutorial. The author said,we can’t use a transform to scale your object while it is under the control of dynamics. I hope the article could help you.

提交回复
热议问题