How to test Dynamic Type (larger font sizes) in iOS Simulator

后端 未结 5 1340

Changing Dynamic Type settings in iOS can be done manually (Settings > General > Accessibility > Larger Text).

But this does not appear to work in the current Simula

5条回答
  •  隐瞒了意图╮
    2021-01-02 08:26

    As of iOS 10, it is possible to dynamically alter the dynamic type choice using the UITraitCollection API. See https://stackoverflow.com/a/43983241/1148702 for more info.

提交回复
热议问题