标签: animation xamarin.ios calayer
我正在尝试使用动画设置AnchorPoint,但它不起作用。 我尝试用UIView制作动画:
UIView.BeginAnimations("Test"); UIView.SetDuAnimationDuration(1f); Layer.AnchorPoint = new Point(0.5,0.5); UIView.CommitAnimations();
但这不起作用。有没有人有动画设置AnchorPoint的动画?
提前致谢 亚历
答案 0 :(得分:0)
对不起, 我已经解决了我的问题。
答案是这两个链接的组合:
Implementing a CAKeyFrameAnimation callback in MonoTouch at the end of an animation set?
https://developer.apple.com/library/ios/#documentation/Cocoa/Conceptual/CoreAnimation_guide/Articles/AnimProps.html