Does iOS SDK provide framework or API for us to use their Custom Gesture creation?
Asked
Active
Viewed 1,039 times
2 Answers
2
There is no public API for either accessing the existing Assistive Touch feature (it has to be turned on by the user in the settings) or for creating a similar UI.

Rohit
- 1,189
- 12
- 23
0
No. You can find a list of accessibility features for which APIs exist here. Assistive touch is not one of them.

Max von Hippel
- 2,856
- 3
- 29
- 46