2

如何在 Mac os或scrollToEndOfDocument中设置速度?NSTextViewWebView

4

1 回答 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 回答