---
title: snapPoint
framework: uikit
role: symbol
role_heading: Instance Property
path: uikit/uisnapbehavior/snappoint
---

# snapPoint

The point to which to snap.

## Declaration

```swift
var snapPoint: CGPoint { get set }
```

## Discussion

Discussion The initial value of this property is the value you passed in to the init(item:snapTo:) method. Changing this value updates the dynamic item and potentially puts it in motion again. The coordinate system of the point depends on how you initialized the underlying dynamic animator, as described in the overview of UIDynamicAnimator.

## See Also

### Configuring a snap behavior

- [damping](uikit/uisnapbehavior/damping.md)
