---
title: CLKComplicationPrivacyBehavior.hideOnLockScreen
framework: clockkit
role: symbol
role_heading: Case
path: clockkit/clkcomplicationprivacybehavior/hideonlockscreen
---

# CLKComplicationPrivacyBehavior.hideOnLockScreen

Don’t show the complication data when the Apple Watch is locked.

## Declaration

```swift
case hideOnLockScreen
```

## Discussion

Discussion For circular, modular small, and utilitarian small complications, ClockKit displays the complication icon provided by your WatchKit extension. For modular large, and utilitarian large templates, ClockKit displays your app name.

## See Also

### Constants

- [CLKComplicationPrivacyBehavior.showOnLockScreen](clockkit/clkcomplicationprivacybehavior/showonlockscreen.md)
