mode
Returns the force mode for the push behavior.
Declaration
var mode: UIPushBehavior.Mode { get }Discussion
The mode is one of the values available in the UIPushBehavior.Mode enumeration. Set the mode when you call the init(items:mode:) method.
Returns the force mode for the push behavior.
var mode: UIPushBehavior.Mode { get }The mode is one of the values available in the UIPushBehavior.Mode enumeration. Set the mode when you call the init(items:mode:) method.