gpt4 book ai didi

objective-c - 围绕中心旋转 NSView

转载 作者:搜寻专家 更新时间:2023-10-30 20:19:16 24 4
gpt4 key购买 nike

我正在尝试为 NSView 围绕其中心旋转设置动画,但它在旋转过程中不断左右移动。这是什么原因造成的?

-(void)startRefreshAnimation {

[NSAnimationContext beginGrouping];
[[NSAnimationContext currentContext] setDuration:1.0];
[[NSAnimationContext currentContext] setTimingFunction:[CAMediaTimingFunction functionWithName:kCAMediaTimingFunctionLinear]];
[NSAnimationContext currentContext].completionHandler = ^{ [self startRefreshAnimation]; };
[[view animator] setFrameCenterRotation:previousRotation - 90.0];
previousRotation += -90.0;
[NSAnimationContext endGrouping];

}

旋转时向上移动:

enter image description here

旋转时向下移动:

enter image description here

最佳答案

这是虚拟项目和我找到的答案。 (对于 Cocoa 应用)

Rotate NSImageView

github project (download)

关于objective-c - 围绕中心旋转 NSView,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/17596916/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com