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)];
代わりに位置範囲を増やします