-
Background style of the system bar.
Defaults to
.blur(style: .extraLight)
.Declaration
Swift
public var backgroundStyle: TMBarBackgroundView.Style { get set }
-
Color of the separator at the edges of the system bar.
Defaults to
UIColor.white.withAlphaComponent(0.5)
.Declaration
Swift
public var separatorColor: UIColor { get set }