0
0

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 3 years have passed since last update.

ios13以降で、UIFontPickerViewControllerにシステムフォント以外の、ユーザーがインストールしたフォントも表示するようにするレシピ

Last updated at Posted at 2021-06-17

問題: UIFontPickerViewControllerにシステムフォントしか表示されない。

##解決

  1. "TARGETS"の"Signing & Capabilities"に、"Fonts"を追加。
  2. 追加した"Fonts"の、"Privileges" -> "Use installed Fonts"にチェックを入れれば、いいらしいです。

下記リンクの二番目の方法です。

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

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?