如何在mac os中使用目标c设置scrollToEndOfDocument的速度

时间:2013-02-16 03:22:45

标签: objective-c macos webview nstextview

如何在Mac OS中设置scrollToEndOfDocument NSTextViewWebView的速度?

1 个答案:

答案 0 :(得分:1)

尝试一下:我是从http://forums.pragprog.com/forums/57/topics/588

取的
 [NSAnimationContext beginGrouping]; 
 [[NSAnimationContext currentContext] setDuration:2.0f]; 
 // your code here 
 [NSAnimationContext endGrouping];