1
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 1 year has passed since last update.

【Swift】UIButtonのsetTitle(_:for:)で文字サイズやフォントまで変わってしまう

Last updated at Posted at 2022-02-11

#開発環境
Xcode 13.1

#はじめに
題の通り、UIButtonに対してsetTitle(_:for:)を利用すると、StoryboardでUIButtonに設定したものが全てリセットされてしまいました。
sample.gif

#解決法
スクリーンショット 2022-02-11 16.14.22.png

「Attributes inspector」にある「Style」がデフォルトでは「Plain」になっているのですが、ここを「default」に変更した上でsetTitle(_:for:)を利用するとフォントやサイズが保たれたままタイトルを変更することが出来ます。

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