Skip to content

ADBrowserCellConfigurable

duzexu edited this page Jun 1, 2021 · 2 revisions

ADBrowserCellConfigurable

Use to define browser controller's collection view cell.

public protocol ADBrowserCellConfigurable 

Requirements

singleTapBlock

Called when tap cell.

var singleTapBlock: (() -> Void)? 

cellWillDisplay()

Call when cell will display.

func cellWillDisplay()

cellDidEndDisplay()

Call when cell did end display.

func cellDidEndDisplay()

transationBegin()

Call when begin pull down in browser controller.

func transationBegin() -> (UIView,CGRect)

transationCancel(view:​)

Call when cancel pull down in browser controller.

func transationCancel(view: UIView)
Types
Protocols
Global Typealiases
Operators
Extensions

Clone this wiki locally