<!--
{
  "availability" : [
    "iOS: 6.0.0 -",
    "iPadOS: 6.0.0 -",
    "macCatalyst: 13.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "Social",
  "identifier" : "/documentation/Social/SLComposeViewControllerResult",
  "metadataVersion" : "0.1.0",
  "role" : "Enumeration",
  "symbol" : {
    "kind" : "Enumeration",
    "modules" : [
      "Social"
    ],
    "preciseIdentifier" : "c:@E@SLComposeViewControllerResult"
  },
  "title" : "SLComposeViewControllerResult"
}
-->

# SLComposeViewControllerResult

Possible values for the `result` parameter of the [`completionHandler`](/documentation/Social/SLComposeViewController/completionHandler) property.

```
enum SLComposeViewControllerResult
```

## Topics

### Constants

[`SLComposeViewControllerResultCancelled`](/documentation/Social/SLComposeViewControllerResult/cancelled)

The view controller is dismissed without sending the post.

[`SLComposeViewControllerResultDone`](/documentation/Social/SLComposeViewControllerResult/done)

The view controller is dismissed and the message is being sent in the background.

## Relationships

### Conforms To

[`SendableMetatype`](/documentation/Swift/SendableMetatype)

[`Sendable`](/documentation/Swift/Sendable)

[`Equatable`](/documentation/Swift/Equatable)

[`BitwiseCopyable`](/documentation/Swift/BitwiseCopyable)

[`Hashable`](/documentation/Swift/Hashable)

[`RawRepresentable`](/documentation/Swift/RawRepresentable)

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)