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開発の初心者です。テキストワードをアニメーション化したいと思っています。UITextViewもし誰かが非常に基本的なことから教えてください。皆さんにとても感謝しています!!
UITextView
実際にはアニメーション化されませんが、表示したいテキストを単語に分割できます
NSArray *wordsToDisplay = [テキスト componentsSeparatedByString:@" "];
次にタイマーを実行し、タイマーが起動するたびに、テキストビューのテキストに別の単語を追加し、すべての単語が表示されたらタイマーを無効にします