---
title: guidedAccessRestrictionIdentifiers
framework: uikit
role: symbol
role_heading: Instance Property
path: uikit/uiguidedaccessrestrictiondelegate/guidedaccessrestrictionidentifiers
---

# guidedAccessRestrictionIdentifiers

An array of strings identifying custom restrictions.

## Declaration

```swift
var guidedAccessRestrictionIdentifiers: [String]? { get }
```

## Return Value

Return Value An array of NSString objects, each of which represents a custom restriction.

## Discussion

Discussion Your delegate must implement this method and return an array with an identifier string for each custom guided access restriction you wish to provide in your app.

## See Also

### Identifying custom Guided Access restrictions

- [textForGuidedAccessRestriction(withIdentifier:)](uikit/uiguidedaccessrestrictiondelegate/textforguidedaccessrestriction(withidentifier:).md)
- [detailTextForGuidedAccessRestriction(withIdentifier:)](uikit/uiguidedaccessrestrictiondelegate/detailtextforguidedaccessrestriction(withidentifier:).md)
