---
title: "detailTextForGuidedAccessRestriction(withIdentifier:)"
framework: uikit
role: symbol
role_heading: Instance Method
path: "uikit/uiguidedaccessrestrictiondelegate/detailtextforguidedaccessrestriction(withidentifier:)"
---

# detailTextForGuidedAccessRestriction(withIdentifier:)

Provides more detailed information about the restriction for the specified identifier.

## Declaration

```swift
optional func detailTextForGuidedAccessRestriction(withIdentifier restrictionIdentifier: String) -> String?
```

## Parameters

- `restrictionIdentifier`: The identifer of the restriction the system is interested in.

## Return Value

Return Value A localized, human-readable string that provides additional information about the restriction for the provided identifier.

## See Also

### Identifying custom Guided Access restrictions

- [guidedAccessRestrictionIdentifiers](uikit/uiguidedaccessrestrictiondelegate/guidedaccessrestrictionidentifiers.md)
- [textForGuidedAccessRestriction(withIdentifier:)](uikit/uiguidedaccessrestrictiondelegate/textforguidedaccessrestriction(withidentifier:).md)
