TMSystemBar

public final class TMSystemBar : UIView
extension TMSystemBar: TMBar

Bar which mimicks the appearance of a UIKit UINavigationBar / UITabBar.

Contains an internal TMBar and forwards on all bar responsibility to this instance.

  • 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 }