ADPhotoKit Documentation

Protocol ADTool​Configable

public protocol ADToolConfigable  

Use to control tool's setting config view.

Default Implementations

point(inside:​with:​)

public func point(inside point: CGPoint, with event: UIEvent?) -> Bool  

Requirements

point(inside:​with:​)

func point(inside point: CGPoint, with event: UIEvent?) -> Bool

Whether it can respond when clicked.

Parameters

point CGPoint

Point where user click.

event UIEvent?

System event.

Returns

Return true if can response user's click. Otherwise, return false.