Accessibility Examples for xojo? Screen Readers? Switch Control?

Two days ago i asked the xojo subreddit if xojo supports accessebility features such as screen-readers and switch control (one-button control for iOS).

I was told screen-readers should not be a problem, but what about switch control?

For reference: UIAccessibilitySwitchControlStatusDidChangeNotification

Thanks! :smiley:

Xojo uses all native controls for iOS, so switch control should ā€œjust workā€. I haven’t tried it, but I can’t think of anything that would cause an issue. If you created a custom control using an iOSCanvas, you would have to implement the protocol yourself, but even an iOSUserControl based item should work natively if it is using a UIKit class.

If you need to get the notification that you linked to, you might look at iOSKit or iOSLib. If it’s not there, it would be fairly simple to put together (with a handful of declares)…