3
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

フォントサイズの異なるUILabelの下を揃える[Swift]

Posted at

状況

UILabelにおいて、フォントサイズが異なると、上下の余白が異なるため
制約でbottomを揃えても文字の下が揃わないことがあります。

対策

  • 揃えたいUILabel高さの制約を0以上にする
    heightを0にし、Greater Than Or Equalにする
  • 制約でBaselineを揃える(FirstでもLastでも良い)
    bottomではなくBaselineを揃える

完成図

リンゴと29がきちんと下揃えされている。

girlsView-ex.jpeg

参考

iPad - 違うフォントサイズのUILabelを複数、横に並べて下揃えしたい|teratail

3
1
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
3
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?