---
title: "setViewProperties(_:for:)"
framework: UIKit
role: symbol
role_heading: Instance Method
platforms: [iOS 27.1+, iPadOS 27.1+]
path: "uikit/uiarrangementviewcontroller/arrangement/setviewproperties(_:for:)"
---

# setViewProperties(_:for:)

Sets the view properties for a placement in the arrangement.

## Declaration

```swift
mutating func setViewProperties(_ properties: Self.ViewProperties, for placement: UIArrangementViewController.ViewPlacement)
```

## Parameters

- `properties`: The view properties to set.
- `placement`: The placement of the view properties in the arrangement.
