jpsim / JPSVolumeButtonHandler

JPSVolumeButtonHandler provides an easy block interface to hardware volume buttons on iOS devices. Perfect for camera apps!
MIT License
333 stars 90 forks source link

Add the option to customize the audio session category options #49

Closed atomicbird closed 7 years ago

atomicbird commented 7 years ago

Our app needed to use different options, but the existing version of this project hard-codes the options. This patch makes those customizable, in the same way that the category is already customizable.

jpsim commented 7 years ago

Thanks for the PR!