Contents

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.

See Also

Configuring a push behavior