# Titanium.UI.iOS.PreviewActionGroup
A PreviewActionGroup provides options to configure a group of actions used by the iOS9 3D-Touch feature "Peek and Pop".
# Overview
The PreviewActionGroup is created by the Titanium.UI.iOS.createPreviewActionGroup method. You
need to set the title
property when creating a PreviewActionGroup object.
Use this class to configure a group of preview actions used in the Titanium.UI.iOS.PreviewContext. The actions are of the type Titanium.UI.iOS.PreviewAction.
For an example, see Titanium.UI.iOS.PreviewContext.
See also:
# Properties
# actions
The preview actions assigned to this preview action group.
Provides an array with elements of the type Titanium.UI.iOS.PreviewAction. Note: Apple does not allow adding a preview group to another preview group, so only one hirarchie level is allowed.
# style
The style of the action group.
Default: Titanium.UI.iOS.PREVIEW_ACTION_STYLE_DEFAULT
# title
The title of the action group.
Provides a title to be shown when "peeking" a view referenced in the Titanium.UI.iOS.PreviewContext.