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.
大家!我在视图中执行可可绘图并在此视图上执行一些动画(移动文本标签)。在我视图中的动画内容中断期间:
动画前:
动画后:
如何改善这一点?谢谢!
我用 self.bounds 替换了dirtyRect:
- (void)drawRect:(NSRect)dirtyRect { NSRect mainFrame = dirtyRect; //// <--- replace dirtyRect with self.bounds //....drawing code }