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

Resume AVAudioSession when the app comes from the background #3

Closed rsanchezsaez closed 9 years ago

rsanchezsaez commented 9 years ago

Fixes volume button handler stopping to work when sending app to background or locking the phone (Issues #1 and #2).

jpsim commented 9 years ago

Thanks for this, I'll review when I get a few minutes.

jpsim commented 9 years ago

Looks good, thanks!