如何给NSView动画?ios中用于动画的函数如下。
[UIView animateWithDuration: duration
delay:0.0
options:curve
animations:updateClocks
completion:nil];
我想在 mac os 中使用相同的功能来制作动画。那么如何在给定参数的情况下为 mac os x 使用这个函数呢?