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.
単語の中の特定の文字にスラッシュを入れることは可能ですか? 単語のリストを含むテーブルビューがあり、「サイレントレター」にスラッシュを描きたい
このように見えるように UILabel を作成する最善の方法は何でしょうか?
全く使わないのが一番だと思いUILabelます。
UILabel
独自のUIViewサブクラスを作成し、オーバーライドdrawRectしてテキストを描画します。次に、文字の上に線を引きます。フォントとテキストがあれば、線の位置を計算するのは簡単です。
UIView
drawRect