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];