---
title: WKAlertControllerStyle
framework: watchkit
role: symbol
role_heading: Enumeration
path: watchkit/wkalertcontrollerstyle
---

# WKAlertControllerStyle

Constants indicating the styles for standard system alerts.

## Declaration

```swift
enum WKAlertControllerStyle
```

## Topics

### Constants

- [WKAlertControllerStyle.alert](watchkit/wkalertcontrollerstyle/alert.md)
- [WKAlertControllerStyle.sideBySideButtonsAlert](watchkit/wkalertcontrollerstyle/sidebysidebuttonsalert.md)
- [WKAlertControllerStyle.actionSheet](watchkit/wkalertcontrollerstyle/actionsheet.md)

### Initializers

- [init(rawValue:)](watchkit/wkalertcontrollerstyle/init(rawvalue:).md)

## Relationships

### Conforms To

- [BitwiseCopyable](swift/bitwisecopyable.md)
- [Equatable](swift/equatable.md)
- [Hashable](swift/hashable.md)
- [RawRepresentable](swift/rawrepresentable.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)

## See Also

### Presenting interface controllers modally

- [presentController(withName:context:)](watchkit/wkinterfacecontroller/presentcontroller(withname:context:).md)
- [presentController(withNames:contexts:)](watchkit/wkinterfacecontroller/presentcontroller(withnames:contexts:).md)
- [presentController(withNamesAndContexts:)](watchkit/wkinterfacecontroller/presentcontroller(withnamesandcontexts:).md)
- [presentAlert(withTitle:message:preferredStyle:actions:)](watchkit/wkinterfacecontroller/presentalert(withtitle:message:preferredstyle:actions:).md)
- [dismiss()](watchkit/wkinterfacecontroller/dismiss().md)
