Have you seen any information about internals of iOS accessibility?
I am looking for some unofficial documentation which shows how it's integrated with other parts of operation system.
Generally, I can reverse engineer it, but it will take a lot of time, because there are bunch of pieces:
- Accessibility bundles
- Preference bundle associated with accessibility
- Accessibility private frameworks (several of them)
- Accessibility library
- Several daemons which provide some services for accessibility
So, I am looking for unofficial documentation which has at least high level overview of how this components play with each other.