BrowserChromeDelegate
protocol BrowserChromeDelegate : NSObjectProtocol
Undocumented
-
Called when the custom view has been tapped.
Note
Must have set a custom view on the browser header first in order to receive this callback.Declaration
Swift
optional func browser(_ browser: Any, didSelectCustomActionWithView view: Any!)Parameters
browserThe interface to the browser object that can be used to customize the display.
viewThe custom view set on the browser header.
-
Called when the header subtitle has been tapped.
Declaration
Swift
optional func browserDidSelectSubtitle(_ browser: Any)Parameters
browserThe interface to the browser object that can be used to customize the display.
BrowserChromeDelegate Protocol Reference