How to move a view along a curved path in iOS

前端 未结 3 1592
别跟我提以往
别跟我提以往 2021-02-04 08:39

How to animate/move the view in the curve path, is it possible to do using UIAnimation.\"enter

3条回答
  •  鱼传尺愫
    2021-02-04 09:09

    You can do it using Core Animation and CAKeyFrameAnimation to define the curve points. See this tutorial: http://nachbaur.com/2011/01/07/core-animation-part-4/

提交回复
热议问题