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

后端 未结 5 1342

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:39

    It is actually possible to overwrite the content category size at the application-level which is especially useful for unit and UI tests.

    Check it out here: https://medium.com/livefront/practical-dynamic-type-part-2-testing-613bb845f26b

提交回复
热议问题