ADPhotoKit Documentation

Protocol ADAlbum​List​Nav​Bar​Configurable

public protocol ADAlbumListNavBarConfigurable  

Use to define albumlist controller's navigation bar.

Requirements

height

var height: CGFloat  

Navigation bar height.

title

var title: String?  

Navigation bar title.

right​Action​Block

var rightActionBlock: ((UIButton)->Void)?  

Called when tap navigation bar's right button.