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

Volume button not triggered when view appears again #69

Open jdleung opened 8 months ago

jdleung commented 8 months 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?