I'd like to sc开发者_JAVA技巧roll text in my iPhone application, and I believe I can use NSTimer for this. How would I use NSTimer in this case?
on the timer elapse try this
[myTextView scrollRangeToVisible:NSMakeRange(0, 0)];
increment the position range instead
精彩评论