在 UIModalPresentationFormSheet 的所有示例中,都使用了 presentModalViewController。但是,根据文档,presentModalViewController 在 iOS 6.0 中已被弃用。但是我没有看到任何使用 pushViewController 显示 UIModalPresentationFormSheet 的示例。
我应该使用哪一个?
在 UIModalPresentationFormSheet 的所有示例中,都使用了 presentModalViewController。但是,根据文档,presentModalViewController 在 iOS 6.0 中已被弃用。但是我没有看到任何使用 pushViewController 显示 UIModalPresentationFormSheet 的示例。
我应该使用哪一个?