UIPressType Enum

Definition

Enumerates button types for UIPress objects (see Type).

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 9, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
public enum UIPressType
type UIPressType = 
Inheritance
UIPressType
Attributes

Fields

DownArrow 1

Arrow pointing down.

LeftArrow 2

Arrow pointing left.

Menu 5

The dedicated Menu button.

PlayPause 6

The button dedicated to toggling playback.

RightArrow 3

Arrow pointing right.

Select 4

Button indicating selection.

UpArrow 0

Arrow pointing up.

Applies to