Skip to content

ADToolConfigable

duzexu edited this page Sep 18, 2021 · 1 revision

ADToolConfigable

Use to control tool's setting config view.

public protocol ADToolConfigable 

Default Implementations

point(inside:with:)

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

Requirements

point(inside:​with:​)

Whether it can respond when clicked.

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

Parameters

  • point: Point where user click.
  • event: System event.

Returns

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

Types
Protocols
Global Typealiases
Operators
Extensions
Clone this wiki locally