Gestures

public class Gestures: NSObject

Wrapper class to manage Gesture instances

  • Add a gesture

    Declaration

    Swift

    @objc public func add() -> Gesture
  • Add a Gesture with a name

    Declaration

    Swift

    @objc public func add(_ name:String) -> Gesture
  • Add a gesture with a name and a chapter

    Declaration

    Swift

    @objc public func add(_ name: String, chapter1: String) -> Gesture
  • Add a gesture with a name and chapters

    Declaration

    Swift

    @objc public func add(_ name: String, chapter1: String, chapter2: String) -> Gesture
  • Add a gesture with a name and chapters

    Declaration

    Swift

    @objc public func add(_ name: String, chapter1: String, chapter2: String, chapter3: String) -> Gesture