2012-08-27 1 views
0

애니메이션으로 AnchorPoint를 설정하려고하는데 작동하지 않습니다. UIView로 애니메이션 작업을 시도했습니다.CALayer.AnchorPoint 애니메이션 설정

UIView.BeginAnimations("Test"); 
UIView.SetDuAnimationDuration(1f); 
Layer.AnchorPoint = new Point(0.5,0.5); 
UIView.CommitAnimations(); 

하지만이 작업은 효과가 없습니다. 누구나 AnchorPoint 설정에 애니메이션을 적용 할 생각이 있습니까? 알렉스

답변