tapHandler
A custom tap handler block that handles user interaction with a configuration item.
Declaration
var tapHandler: SLComposeSheetConfigurationItemTapHandler! { get set }Discussion
Called when the user taps the configuration item. Note that tapHandler is called on the main queue; to avoid a possible retain cycle, your block should not keep a strong reference to either the configuration item or the compose view controller.