如何在Mac OS中设置scrollToEndOfDocument
NSTextView
或WebView
的速度?
答案 0 :(得分:1)
尝试一下:我是从http://forums.pragprog.com/forums/57/topics/588
取的 [NSAnimationContext beginGrouping];
[[NSAnimationContext currentContext] setDuration:2.0f];
// your code here
[NSAnimationContext endGrouping];