---
title: allowsActions
framework: contactsui
role: symbol
role_heading: Instance Property
path: contactsui/cncontactviewcontroller/allowsactions
---

# allowsActions

Determines whether to display buttons for actions such as sending a text message or initiating a FaceTime call.

## Declaration

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

## Discussion

Discussion By default the value of this property is true.

## See Also

### Customizing Contact Card

- [allowsEditing](contactsui/cncontactviewcontroller/allowsediting.md)
- [shouldShowLinkedContacts](contactsui/cncontactviewcontroller/shouldshowlinkedcontacts.md)
