<!--
{
  "availability" : [
    "iOS: 27.1.0 -",
    "iPadOS: 27.1.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "UIKit",
  "identifier" : "/documentation/UIKit/UIArrangementViewController/placement(for:)",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Method",
  "symbol" : {
    "kind" : "Instance Method",
    "modules" : [
      "UIKit"
    ],
    "preciseIdentifier" : "s:So27UIArrangementViewControllerC5UIKitE9placement3forAbCE0B9PlacementVSgSo06UIViewC0C_tF"
  },
  "title" : "placement(for:)"
}
-->

# placement(for:)

Returns the placement for the provided view controller in the arrangement.

```
@MainActor @preconcurrency final func placement(for viewController: UIViewController) -> UIArrangementViewController.ViewPlacement?
```

## Parameters

`viewController`

The view controller in the arrangement.

## Discussion

Returns `nil` if the provided view controller isn’t one of the view controllers in the arrangement with a specific placement.

---

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)