BTNBrowserHeader Protocol Reference

Conforms to NSObject
Declared in BTNBrowserHeaderProtocol.h

  title required method

The title of the browser header chrome.

@property (nonatomic, strong, readonly) id<BTNText> title

Discussion

The title of the browser header chrome.

Declared In

BTNBrowserHeaderProtocol.h

  subtitle required method

The subtitle of the browser header chrome.

@property (nonatomic, strong, readonly) id<BTNText> subtitle

Discussion

The subtitle of the browser header chrome.

Declared In

BTNBrowserHeaderProtocol.h

  tintColor required method

The tint color of the browser header chrome.

@property (null_resettable, nonatomic, strong) UIColor *tintColor

Discussion

The tint color of the browser header chrome.

Declared In

BTNBrowserHeaderProtocol.h

  backgroundColor required method

The background color of the browser header chrome.

@property (nullable, nonatomic, strong) UIColor *backgroundColor

Discussion

The background color of the browser header chrome.

Declared In

BTNBrowserHeaderProtocol.h

  customActionView required method

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.

@property (nullable, nonatomic, strong) __kindof UIView *customActionView

Discussion

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.

Declared In

BTNBrowserHeaderProtocol.h