So basically I'm wondering if it would be possible to programmatically manipulate the triple-click function on the iPhone. Basically, whenever you triple-click the home button you can choose in the settings between a few set actions to occur, like inverting colours, enabling zoom etc. I'm wondering if it's possible to programmatically implement any action to occur whenever the user triple-clicks on the home button.
Asked
Active
Viewed 193 times
-1
-
Not on the app store. It's probably possible when jailbroken, but not on stock iOS – GetSwifty Jul 07 '17 at 17:34
1 Answers
1
Apple does not allow direct access to the home or lock buttons on the device plain and simple.

Slayter
- 1,172
- 1
- 13
- 26
-
This is not entirely true, you can modify the behavior of the volume buttons. – Tamás Sengel Jul 07 '17 at 17:01
-