Closed nicolas-garcia closed 5 years ago
Changes Proposed in this pull request:
ListenerSettings
/// <summary> /// A Boolean indicating whether the status bar changes its appearance when an app uses location services in the background. (>= iOS 11). Default: false /// </summary> public bool ShowsBackgroundLocationIndicator { get; set; } = false;
Affect only iOS 11+ devices.
Official documentation by Apple
Lovely! Good one :)
Our users like the blue bar. Thank you @nicolas-garcia
Changes Proposed in this pull request:
ListenerSettings
:Affect only iOS 11+ devices.
Official documentation by Apple