Font size changes working in iOS Simulator but not working in Physical device across app

Viewed 12

I want the font sizes to updated automatically, whenever a user changes system wide font by going to Setting->Accessibility->Display & Text Size->Larger text.

The fonts change as per setting in Simulator but no on Physical device. I am not sure what to look for. What might be different in both the cases.

Should I explicitly add adjustsFontForContentSizeCategory = YES;, will that help?

0 Answers
Related