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.
我正在寻找为 ipad 应用程序构建自定义模式视图。我想我可以简单地使用内置的模态视图控制器功能,然后自定义它的外观以适合我的设计。事实证明这不是真的。关于我将如何去做的任何好的建议或文件。我的 Objective-C 知识有限。
事实证明这不是真的。
你的工作是创建一个自定义视图控制器并以你想要的任何方式设计它的视图。然后根据您的需要在presentModalViewController:animated:设置后以模态方式呈现它。modalPresentationStyle
presentModalViewController:animated:
modalPresentationStyle