---
title: hostedViewMinimumAllowedSize
framework: foundation
role: symbol
role_heading: Instance Property
path: foundation/nsextensioncontext/hostedviewminimumallowedsize
---

# hostedViewMinimumAllowedSize

The minimum size for a Siri hosted view.

## Declaration

```swift
var hostedViewMinimumAllowedSize: CGSize { get }
```

## Discussion

Discussion Apps can customize the Siri interface using an Intents UI extension. The extension vends a view controller whose view contains the custom content that you want Siri to display. The size of that view controller’s view must be at least as large as the size value in this property.

## See Also

### Getting Siri-related information

- [hostedViewMaximumAllowedSize](foundation/nsextensioncontext/hostedviewmaximumallowedsize.md)
- [interfaceParametersDescription()](foundation/nsextensioncontext/interfaceparametersdescription().md)
