You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Replace the volume popup with a more subtle way to display the volume when the user changes it with the volume rocker.
10
10
@@ -13,8 +13,8 @@ Replace the volume popup with a more subtle way to display the volume when the u
13
13
</p>
14
14
15
15
# Why and how
16
-
The iOS default popover showing the volume status that appears when the user clicks the volume rocker is a big obtrusive glossy view that covers the content shown. This library offers a way to show a more subtle indicator.
17
-
To make sure that the popover is not shown there are two conditions that need to be satisfied:
16
+
The iOS default popover showing the volume status that appears when the user clicks the volume rocker is a big obtrusive glossy view that covers the content shown. This library offers a way to show a more subtle indicator.
17
+
To make sure that the popover is not shown there are two conditions that need to be satisfied:
18
18
- An `AVAudioSession` needs to be active
19
19
- An `MPVolumeView` needs to be in the current view's hierarchy, and its alpha needs to be greater than 0
20
20
@@ -130,7 +130,7 @@ SubtleVolume automatically removes the observer on deinit.
130
130
# Hire us
131
131
Written by [Andrea Mazzini](https://twitter.com/theandreamazz). We're available for freelance work, feel free to contact us [here](https://www.fancypixel.it/contact/).
132
132
133
-
Want to support the development of [these free libraries](https://cocoapods.org/owners/734)? Buy me a coffee ☕️ via [Paypal](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=46FNZD4PDVNRU).
133
+
Want to support the development of [these free libraries](https://cocoapods.org/owners/734)? Buy me a coffee ☕️ via [Paypal](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=46FNZD4PDVNRU).
0 commit comments