Contents

activityCategory

The category of the activity, which may be used to group activities in the UI.

Declaration

class var activityCategory: UIActivity.Category { get }

Return Value

The assigned category of the activity. The default implementation returns UIActivity.Category.action.

Discussion

Override this property to define a different activity category for your custom activity.

See Also

Getting the activity information