我正在尝试使用动画设置 AnchorPoint,但它不起作用。我尝试使用 UIView 制作动画:
UIView.BeginAnimations("Test");
UIView.SetDuAnimationDuration(1f);
Layer.AnchorPoint = new Point(0.5,0.5);
UIView.CommitAnimations();
但这不起作用。有没有人有动画设置 AnchorPoint 的想法?
提前感谢亚历克斯
我正在尝试使用动画设置 AnchorPoint,但它不起作用。我尝试使用 UIView 制作动画:
UIView.BeginAnimations("Test");
UIView.SetDuAnimationDuration(1f);
Layer.AnchorPoint = new Point(0.5,0.5);
UIView.CommitAnimations();
但这不起作用。有没有人有动画设置 AnchorPoint 的想法?
提前感谢亚历克斯