Hapticable

public protocol Hapticable : AnyObject

Undocumented

  • Undocumented

    Declaration

    Swift

    func trigger(_ sender: Any)
  • isHaptic Extension method

    Undocumented

    Declaration

    Swift

    public var isHaptic: Bool { get set }
  • hapticType Extension method

    Undocumented

    Declaration

    Swift

    public var hapticType: Haptic? { get set }
  • hapticControlEvents Extension method

    Undocumented

    Declaration

    Swift

    public var hapticControlEvents: UIControl.Event? { get set }
  • Undocumented

    Declaration

    Swift

    public func addHaptic(_ haptic: Haptic, forControlEvents events: UIControl.Event)
  • Undocumented

    Declaration

    Swift

    public func removeHaptic(forControlEvents events: UIControl.Event)