How to use UIBezierPath with CoreAnimation?

前端 未结 3 1582
小蘑菇
小蘑菇 2021-01-15 10:30

I am using this code to remove animate my UIView to the delete button on delete button press. Here\'s the code :

UIBezierPath *movePath = [UIBezierPath bezi         


        
3条回答
  •  旧时难觅i
    2021-01-15 11:06

    Set each animation’s removedOnCompletion to NO and its fillMode to kCAFillModeForwards.

提交回复
热议问题