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

How to recover the the origin function of volume button? #19

Open zltqzj opened 8 years ago

zltqzj commented 8 years ago

When I want to use the origin function of volume button ,what code should I write below? Thank you.

scottfits commented 8 years ago

All you have to do is set your volumeButtonHandler to nil.

hyd00 commented 8 years ago

Works 👍