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?