Looking to begin an accessibility vision app and I’m not having any luck locating properties or code that allows access to the display zoom. Has anyone worked with these areas before?
Display Zoom
Hello @joscar,
The system doesn't have any APIs to control system level zoom on iOS.
You can create one that works within your app by creating alternate views or modifiers for each intended zoom level, and have the app manage the zoom state.
Travis