ADPhotoKit Documentation

Protocol ADThumbnail​Tool​Bar​Configurable

public protocol ADThumbnailToolBarConfigurable  

Use to define thumbnail controller's tool bar.

Requirements

height

var height: CGFloat  

Tool bar height.

is​Original

var isOriginal: Bool  

If select orginal asset.

select​Count

var selectCount: Int  

Asset select count.

browser​Action​Block

var browserActionBlock: (()->Void)?  

Called when browser button click.

done​Action​Block

var doneActionBlock: (()->Void)?  

Called when done button click.