Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想在我的 iPhone 应用程序中滚动文本,我相信我可以为此使用 NSTimer。在这种情况下,我将如何使用 NSTimer?
在计时器过去试试这个
[myTextView scrollRangeToVisible:NSMakeRange(0, 0)];
而是增加位置范围