---
title: UIViewAnimatingPosition.end
framework: uikit
role: symbol
role_heading: Case
path: uikit/uiviewanimatingposition/end
---

# UIViewAnimatingPosition.end

The end point of the animation. Use this constant when you want the final values for any animatable properties—that is, you want to refer to the values you specified in your animation blocks.

## Declaration

```swift
case end
```

## See Also

### Constants

- [UIViewAnimatingPosition.start](uikit/uiviewanimatingposition/start.md)
- [UIViewAnimatingPosition.current](uikit/uiviewanimatingposition/current.md)
