如何在 Mac os或scrollToEndOfDocument
中设置速度?NSTextView
WebView
问问题
219 次
1 回答
1
试试这个:我从http://forums.pragprog.com/forums/57/topics/588
[NSAnimationContext beginGrouping];
[[NSAnimationContext currentContext] setDuration:2.0f];
// your code here
[NSAnimationContext endGrouping];
于 2013-02-16T03:31:37.420 回答