jpsim / JPSVolumeButtonHandler

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

Always remove volumeView #41

Closed jeroenvollenbrock closed 7 years ago

jeroenvollenbrock commented 7 years ago

If you stop the handler, and then dealloc the object, the volumeView will remain attached to its superview, preventing the default HUD from showing

jpsim commented 7 years ago

Seems safe enough. Thanks!