I am getting the following warning:
"automatically adjusts font requires using a dynamic type text style"
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.
I agree. Double and triple checked my files and even checked XML/source - it was not there yet XCode insists it is (even after a "clean"). How annoying.
I changed the font in the label that showed the error, to a dynamic type,
-- I can't see any option that looks like it would be adynamic type
in the fonts. Suggestions?I am now using the system font. I was using a custom font in some of the labels, which caused the problem. If you google dynamic fonts in Xcode, you may be able to find a list of other fonts which are dynamic. A little research goes a long way. Good luck.
Hi @K.Law thanks for answer but Xcode generate several same warning and all of the views are in the Intro.storyboard. When I clicked warning, Xcode just show the Storyboard not a spesific item.