LoginSignup
52
47

More than 5 years have passed since last update.

IBでUILabelのテキストを上寄せにする

Last updated at Posted at 2015-08-14

CafeSnapの下記の画面で、UILabelのテキストを上寄せにし、1行でも複数行でもテキストの開始位置を揃えようとしたときに、ちょっとハマったので設定項目を書いておきます。

スクリーンショット 2015-08-14 12.11.26.png
スクリーンショット 2015-08-14 12.39.17.png

対処法

下記項目を設定

これらに加えて、constraintのheight指定は解除します。
スクリーンショット 2015-08-14 12.16.44.png

Preferred Widthの設定を変更する

Preferred Widthに元々はlabelのwidthと同じ138が設定されていたのですが、下記のように0を設定します。

スクリーンショット 2015-08-14 12.29.48.png

結果、想定通りの表示になりました!
スクリーンショット 2015-08-14 12.32.02.png
スクリーンショット 2015-08-14 12.37.01.png

参考リンク

UILabel#preferredMaxLayoutWidthはなぜ必要か

52
47
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
52
47