0
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.

UIButtonのタイトルがはみ出てしまう場合の対処法

0
Posted at

環境はXcode11, Swift5.1です。

ググったところヒラギノフォントを使用した場合にボタンから文字がはみ出てしまうようですが、フォント関係なくはみ出てしまっていたため色々と試行錯誤してしまいました。。

解決法

hogeButton.contentVerticalAlignment = .fill

これをadjustsFontSizeToFitWidthと組み合わせて使うことで解決しました。
ラベルのプロパティは色々と競合が起きたりと難しいです。。

参考

0
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
0
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?