<!--
{
  "availability" : [
    "iOS: 10.0.0 -",
    "iPadOS: 10.0.0 -",
    "macCatalyst: 13.1.0 -",
    "tvOS: 10.0.0 -",
    "visionOS: 1.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "UIKit",
  "identifier" : "/documentation/UIKit/UICubicTimingParameters/controlPoint2",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "UIKit"
    ],
    "preciseIdentifier" : "c:objc(cs)UICubicTimingParameters(py)controlPoint2"
  },
  "title" : "controlPoint2"
}
-->

# controlPoint2

The second control point of the cubic Bézier curve.

```
var controlPoint2: CGPoint { get }
```

## Discussion

This parameter contains the point you specified at initialization time. If you initialized the object with a [`UIView.AnimationCurve`](/documentation/UIKit/UIView/AnimationCurve) value instead, this property is set to <doc://com.apple.documentation/documentation/CoreGraphics/CGPointZero>.

---

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)