UIViewController.PreviewActionItems Property

Definition

Gets the array of IUIPreviewActionItem that are displayed when the user swipes upwards in 3D Touch Preview.

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 9, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual UIKit.IUIPreviewActionItem[] PreviewActionItems { [Foundation.Export("previewActionItems")] [ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 9, 0, ObjCRuntime.PlatformArchitecture.All, null)] get; }
member this.PreviewActionItems : UIKit.IUIPreviewActionItem[]

Property Value

Attributes

Applies to