gpt4 book ai didi

objective-c - NSImageCell旋转动画

转载 作者:行者123 更新时间:2023-12-03 18:01:11 24 4
gpt4 key购买 nike

我需要在 NSOutlineView 上为 NSImageCell 制作动画。我希望它看起来像 iTunes 上设备旁边的同步图标。

有什么想法吗?

最佳答案

好吧,我刚刚花了大约 30 分钟研究这个:-)。最好的方法是使用 NSImageView,因为您可以像这样使用动画师调用 +setFrameCenterRotation:(float) 。

    NSImageView *v = [whatever];
[[v animator] setFrameCenterRotation:(float)whateverYouWant];

关于objective-c - NSImageCell旋转动画,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/6298374/

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