<!--
{
  "availability" : [
    "watchOS: 5.1.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "WatchKit",
  "identifier" : "/documentation/WatchKit/WKInterfaceTable/curvesAtTop",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "WatchKit"
    ],
    "preciseIdentifier" : "c:objc(cs)WKInterfaceTable(py)curvesAtTop"
  },
  "title" : "curvesAtTop"
}
-->

# curvesAtTop

A Boolean value that determines whether the rows shrink to match the curved corners at the top of the screen.

```
var curvesAtTop: Bool { get set }
```

## Discussion

Defaults to <doc://com.apple.documentation/documentation/Swift/false>. If <doc://com.apple.documentation/documentation/Swift/true>, table rows near the top of the screen shrink so that the curved corners don’t clip them. Typically, this property has no effect when the status bar is visible. It also has no effect on Apple Watch Series 3 or earlier.

---

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)