Back to Firefox Ios

``ComponentLibrary/HeaderView``

BrowserKit/Sources/ComponentLibrary/Documentation.docc/General Components/HeaderView.md

139.0870 B
Original Source

ComponentLibrary/HeaderView

The view which is used as a header for sheets, such as a bottom sheet, where some details are displayed.

Overview

HeaderView is a subclass of UIView. The view is designed to serve as a header in a user interface. It displays a title, subtitle, favicon (icon), a main button, and a close button. It also supports accessibility features and customizable theming. It can be used as a header for displaying information about a web page, user profile, or any other context that requires a title, subtitle, and action buttons.

Illustration

This image is illustrative only. For precise examples of iOS implementation, please run the SampleApplication.

@TabNavigator { @Tab("Light") { }

@Tab("Dark") {
    ![The HeaderView Dark on iOS](HeaderView-dark)
}

}