BrowserHeader

protocol BrowserHeader : NSObjectProtocol

Undocumented

  • The title of the browser header chrome.

    Declaration

    Swift

    var title: any BTNText { get }
  • The subtitle of the browser header chrome.

    Declaration

    Swift

    var subtitle: any BTNText { get }
  • The tint color of the browser header chrome.

  • The background color of the browser header chrome.

  • Specifies a view to be placed in the browser’s rightBarButtonItem, or nil to remove an existing one. User interaction with the view will be relayed via the BTNBrowserChromeDelegate.