Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想通过使用 Storyboard 在 UIVIewController 中呈现具有 FormSheet 演示样式的 UIViewController。这可能吗?
当然。Ctrl+Drag 从目标到 UIViewController ,然后 select modal,它将创建一个 segue。选择 segue 并在 Attributes Inspector 上将 Presentation 更改为Form Sheet。
modal
Form Sheet