Skip to content

More Delegate Methods and Fixes

Latest
Compare
Choose a tag to compare
@AndrewBoryk AndrewBoryk released this 19 Feb 05:38
· 3 commits to master since this release

Released: (2/19/17)
Added:

  • Delegate methods for knowing when ABVolumeControl of stype Minimal and StatusBar will/did present and dismiss.

Fixed:

  • Issue where ABVolumeControl was sometimes not displayed over other subviews in the key UIWindow.

Updated:

  • The following functions and variable were renamed for clarity, and still have the purpose:
    • Function 'doneShowVolumeBar' was renamed to 'hideVolumeControl'
    • Function 'showVolumeBar' was renamed to 'showVolumeControl'
    • Variable 'doneShowVolumeBar' was renamed to 'volumeBarHidden'