Gestures
public class Gestures: NSObject
Wrapper class to manage Gesture instances
-
Add a gesture
Declaration
Swift
public func add() -> GestureReturn Value
a new Gesture instance
-
Add a Gesture with a name
Declaration
Swift
public func add(_ name:String) -> GestureParameters
nameGesture name
Return Value
a new Gesture instance
-
Add a gesture with a name and a chapter
Declaration
Swift
public func add(_ name: String, chapter1: String) -> GestureParameters
nameGesture name
chapter1chapter1 label
Return Value
a new Gesture instance
-
Add a gesture with a name and chapters
Declaration
Swift
public func add(_ name: String, chapter1: String, chapter2: String) -> GestureParameters
nameGesture name
chapter1chapter1 label
chapter2chapter2 label
Return Value
a new Gesture instance
-
Add a gesture with a name and chapters
Declaration
Swift
public func add(_ name: String, chapter1: String, chapter2: String, chapter3: String) -> GestureParameters
nameGesture name
chapter1chapter1 label
chapter2chapter2 label
chapter3chapter3 label
Return Value
a new Gesture instance
Gestures Class Reference