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

Allow stopping and starting the volume handling #30

Closed samyes closed 7 years ago

samyes commented 7 years ago

This makes it easier to only block volume changes temporarily (or in certain views in the app), without having to destroy and re-create the handler. This is especially necessary when using autorelase.

jpsim commented 7 years ago

👍 thanks