检测 ViewController 是否呈现为 FormSheet

Detect if ViewController presented as FormSheet

我有两个 ViewController。

  1. 呈现
  2. Presented -> 可以是 FullScreen 或 FormSheet(取决于它是 运行 on compact 还是 regular horizo​​ntal size class)

Presented 控制器如何检测它是显示为 modal 还是 FormSheet

只需检查 UIViewControllermodalPresentationStyle 属性。