16
5

More than 5 years have passed since last update.

UILabel に下線をつける

Posted at

ストーリーボードから下線を付けられると便利そうなのでメモ

AttributedString を使う。

スクリーンショット 2015-06-25 19.05.01.png

こういうViewController があったら

スクリーンショット 2015-06-25 19.05.38.png
スクリーンショット 2015-06-25 19.05.45.png

Text をPlainからAttributed にして

スクリーンショット 2015-06-25 19.06.00.png

文字列に下線を直接付与

スクリーンショット 2015-06-25 19.06.13.png

終わり。

Storyboardから使えるとコード書かなくて済むので楽。

参考adding underline to UILabel attributed string from the storyboard fails

16
5
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
16
5