Contents

hostedViewMinimumAllowedSize

The minimum size for a Siri hosted view.

Declaration

var hostedViewMinimumAllowedSize: CGSize { get }

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