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のクリアアプリで単語の途中の行(マーク/削除前、チェックマークの代わり)がどのように作られているかを理解しようとしています.NSStringの名前変更のような単純なものですか、それとも drawRect をチェックする必要がありますか?
drawRect が使用されているように見えます。文字列の名前を変更すると、線が完全な文字に適用されますが、代わりに線がピクセルごとに描画されていることがわかります。