Instance Property インスタンスプロパティ

hostedViewMinimumAllowedSize

The minimum size for a Siri hosted view. Siriがホストするビューに対する最小限のサイズ。

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. アプリは、SiriインターフェイスをインテントUI拡張を使ってカスタマイズできます。拡張は、あるビューコントローラを供給し、それの持つビューは、あなたがSiriに表示してほしいカスタムコンテンツを含みます。そのビューコントローラの持つビューのサイズは、このプロパティでのサイズ値より少なくてはなりません。

See Also 参照

Getting Siri-Related Information Siri関連の情報を取得する