---
title: opaqueSeparator
framework: uikit
role: symbol
role_heading: Type Property
path: uikit/uicolor/opaqueseparator
---

# opaqueSeparator

The color for borders or divider lines that hides any underlying content.

## Declaration

```swift
class var opaqueSeparator: UIColor { get }
```

## Discussion

Discussion This color is always opaque. It adapts to the underlying trait environment.

## See Also

### Separator colors

- [separator](uikit/uicolor/separator.md)
