Contents

SLComposeSheetConfigurationItem

An object that provides additional configuration details to use when configuring a composition interface.

Declaration

class SLComposeSheetConfigurationItem

Overview

The SLComposeSheetConfigurationItem class gives users a way to configure the properties of a post before posting it. For example, you can use these objects to let users choose an account from which to post, an album to which to post, or a location to add to a post.

To provide support for post configurations in your SLComposeServiceViewController view, create as many configuration items as you need, place them in an array, and return the array in your implementation of configurationItems. Note that only one configuration item can be displayed at a time.

Topics

Creating a Configuration Item

Responding to User Interaction

Specifying Configuration Information

See Also

Configuring the Post Details