jpsim / JPSVolumeButtonHandler

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

Volume button not triggered when view appears again #69

Open jdleung opened 1 year ago

jdleung commented 1 year ago

After view disappeared and back again, the volume button not work any more, I have to initialize JPSVolumeButtonHandler again to make work.

Any other solution?