<!--
{
  "availability" : [
    "iOS: 8.0.0 -",
    "iPadOS: 8.0.0 -",
    "macCatalyst: 13.1.0 -",
    "macOS: 10.10.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "Social",
  "identifier" : "/documentation/Social/SLComposeServiceViewController/presentationAnimationDidFinish()",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Method",
  "symbol" : {
    "kind" : "Instance Method",
    "modules" : [
      "Social"
    ],
    "preciseIdentifier" : "c:objc(cs)SLComposeServiceViewController(im)presentationAnimationDidFinish"
  },
  "title" : "presentationAnimationDidFinish()"
}
-->

# presentationAnimationDidFinish()

Tells the compose view controller that the presentation animation is finished.

```
func presentationAnimationDidFinish()
```

## Discussion

Implement this method to avoid performing lengthy work during initialization or the iOS view controller methods <doc://com.apple.documentation/documentation/UIKit/UIViewController/viewWillAppear(_:)> and <doc://com.apple.documentation/documentation/UIKit/UIViewController/viewDidAppear(_:)>.

---

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)