What does the "automatically adjusts font requires using a dynamic type text style" warning mean?

K. Law picture K. Law · May 3, 2017 · Viewed 44.7k times · Source

I am getting the following warning:

"automatically adjusts font requires using a dynamic type text style"

Screenshot added

Which I can not get rid of the warning is on main.storyboard.

I have checked every UILabel in the Identity Inspector to make sure the "Automatically Adjusts Font" is unchecked.

Answer

ayalcin picture ayalcin · Jun 6, 2017
  1. Open your storyboard as Source Code
  2. Search for key "adjustsFontForContentSizeCategory"
  3. Check which object has this option and uncheck Dynamic Type checkbox from interface builder.