Selector
struct Selector : ExpressibleByStringLiteral
Selector shortcuts, used for gestures
-
Gesture for panning from any screen edge
Declaration
Swift
static let pannedFromScreenEdge = #selector(CariocaGestureManager.panGestureEvent(_:))
-
Gesture when the user taps the indicator view to display the menu
Declaration
Swift
static let tappedIndicatorView = #selector(CariocaMenu.tappedIndicatorView(_:))