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
Set each animation’s removedOnCompletion to NO and its fillMode to kCAFillModeForwards.
removedOnCompletion
NO
fillMode
kCAFillModeForwards