Skip to content

ADBrowserNavBarConfigurable

duzexu edited this page Jun 1, 2021 · 2 revisions

ADBrowserNavBarConfigurable

Use to define browser controller's navigation bar.

public protocol ADBrowserNavBarConfigurable 

Requirements

height

Navigation bar height.

var height: CGFloat 

title

Navigation bar title.

var title: String? 

leftActionBlock

Called when navigation bar's left button click.

var leftActionBlock: (()->Void)? 

selectActionBlock

Called when navigation bar's select button click. The parameter Bool represent asset is selet or not.

var selectActionBlock: ((Bool)->Bool)? 

init(dataSource:​)

Create with browser controller's datasource.

init(dataSource: ADAssetBrowserDataSource)

Parameters

  • dataSource: Browser controller datasource.
Types
Protocols
Global Typealiases
Operators
Extensions

Clone this wiki locally