---
title: curvesAtTop
framework: watchkit
role: symbol
role_heading: Instance Property
path: watchkit/wkinterfacetable/curvesattop
---

# curvesAtTop

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

## Declaration

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

## Discussion

Discussion Defaults to false. If 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.

## See Also

### Scrolling

- [scrollToRow(at:)](watchkit/wkinterfacetable/scrolltorow(at:).md)
- [curvesAtBottom](watchkit/wkinterfacetable/curvesatbottom.md)
