Is it possible to use iPhone's volume control buttons for some other purpose?

后端 未结 6 2014
一生所求
一生所求 2020-12-20 12:40

I need to make a photo app.

Will it be possible to assign some function, like controlling the light intensity or brightness to an iPhone\'s hardware volume control

6条回答
  •  天命终不由人
    2020-12-20 12:51

    I don't think this is really possible as we cannot change the in-built functionalities of the volume control of iPhone and for that matter any of the iOS devices and make it work as we want.

    I think all this is not a part of Public API for iOS developers which we can modify and use it for other functions in our application. It is a part of Private API.

    So as far as I know, it is not possible.

    Hope this helps you.

提交回复
热议问题