class UI::StatusBarAppearance

Overview

iOS status-bar appearance policy.

The visible top bar remains system-owned; this configuration only expresses whether the app wants light/dark content and whether the bar should be hidden.

Defined in:

ui/status_bar.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(style : StatusBarContentStyle = StatusBarContentStyle::Default, hidden : Bool = false, animated : Bool = true) #

[View source]

Instance Method Detail

def animated : Bool #

[View source]
def animated=(animated : Bool) #

[View source]
def hidden : Bool #

[View source]
def hidden=(hidden : Bool) #

[View source]
def style : StatusBarContentStyle #

[View source]
def style=(style : StatusBarContentStyle) #

[View source]