Contents

primaryAction

The launch scene’s primary action.

Declaration

@NSCopying var primaryAction: UIAction? { get set }

Mentioned in

Discussion

Set this property to customize the primary action’s button in the document launch scene. If you don’t set this property, the system adds a default Create Document button to the title view.

See Also

Adding actions