UIPressType
UIPressType
Enum
Definition
[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
- Attributes
Fields
DownArrow DownArrow | 1 | Arrow pointing down. |
LeftArrow LeftArrow | 2 | Arrow pointing left. |
Menu Menu | 5 | The dedicated Menu button. |
PlayPause PlayPause | 6 | The button dedicated to toggling playback. |
RightArrow RightArrow | 3 | Arrow pointing right. |
Select Select | 4 | Button indicating selection. |
UpArrow UpArrow | 0 | Arrow pointing up. |
Applies to
Feedback
We'd love to hear your thoughts. Choose the type you'd like to provide:
Our feedback system is built on GitHub Issues. Read more on our blog.
Loading feedback...