---
title: "apply(content:phase:)"
framework: swiftui
role: symbol
role_heading: Instance Method
path: "swiftui/transition/apply(content:phase:)"
---

# apply(content:phase:)

## Declaration

```swift
nonisolated func apply<V>(content: V, phase: TransitionPhase) -> some View where V : View

```

## See Also

### Using a transition

- [combined(with:)](swiftui/transition/combined(with:).md)
