检测 ViewController 是否呈现为 FormSheet
Detect if ViewController presented as FormSheet
我有两个 ViewController。
- 呈现
- Presented -> 可以是 FullScreen 或 FormSheet(取决于它是 运行 on
compact
还是 regular
horizontal size class)
Presented
控制器如何检测它是显示为 modal
还是 FormSheet
?
只需检查 UIViewController
的 modalPresentationStyle
属性。
我有两个 ViewController。
- 呈现
- Presented -> 可以是 FullScreen 或 FormSheet(取决于它是 运行 on
compact
还是regular
horizontal size class)
Presented
控制器如何检测它是显示为 modal
还是 FormSheet
?
只需检查 UIViewController
的 modalPresentationStyle
属性。