Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我需要在 NSOutlineView 上为 NSImageCell 设置动画。我希望它看起来像 iTunes 上设备旁边的同步图标。
有任何想法吗?
好的,我只花了 30 分钟研究这个:-)。最好的方法是使用 NSImageView,因为您可以像这样使用动画师调用 +setFrameCenterRotation:(float)。
NSImageView *v = [whatever]; [[v animator] setFrameCenterRotation:(float)whateverYouWant];