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.
巨大なフォントサイズの動くテキストディスプレイを作成しています。テキストの移動が速いほど、テキストの遷移はスムーズになりません。NSString drawAtPoint evere 0.01秒(NSTimer)を呼び出して、テキストを1ポイント移動します。
描画のためのより良いオプションはありますか?たぶんUILabelまたはUIScrollViewを使用していますか?
どんなアドバイスも大歓迎です!ありがとう
システムのアニメーション機能を使ってみませんか?
例:[UIView animateWithDuration:animations:]