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

Don't call blocks when control center is active #12

Closed nolanw closed 9 years ago

nolanw commented 9 years ago

While the volume button handler is enabled, bring up the control centre (the thing that swipes up from the bottom of the screen) and drag the volume slider around. Now the blocks get called. Whoops!

I'm happy to redo anything here for style or what have you, just let me know.

Thanks for doing the hard work!

jpsim commented 9 years ago

This is great, thanks!