Contents

UIActivityItemsConfigurationProviding

An interface that provides a source for shareable content to fulfill user requests to share current content.

Declaration

protocol UIActivityItemsConfigurationProviding : NSObjectProtocol

Overview

The user can share content from your app in a number of ways:

When one of these interactions happens, the system asks your view controller for content to share. Supply multiple representations of the current content, such as a file, image, and URL.

Topics

Providing shareable content

See Also

Activities interface