构建自定义模态视图

发布于 2024-10-04 02:23:11 字数 123 浏览 4 评论 0原文

我正在寻找为 iPad 应用程序构建自定义模式视图。我认为我可以简单地使用内置的模态视图控制器功能,然后自定义它的外观以适合我的设计。事实证明这不是真的。关于我将如何去做的任何好的建议或文档。我的 Objective-C 知识有限。

I am looking to build out a custom modal view for an ipad app. I thought I could simply use the built in modal view controller ability and then customize it's appearance to fit my designs. Turns out that's not true. Any good advice or documentation on how I would go about doing so. My Objective-C knowledge is limited.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

黒涩兲箜 2024-10-11 02:23:11

事实证明这不是真的。

事实证明这不是真的。

您的工作是创建一个自定义视图控制器并以您想要的任何方式设计其视图。然后根据您的需要设置其 modalPresentationStyle 后,使用 presentModalViewController:animated: 以模态方式呈现它。

Turns out that's not true.

Turns out it's not true that that's not true.

Your job is do create a custom view controller and design its view in any way you want. Then present it modally with presentModalViewController:animated:afte setting its modalPresentationStyle according to your needs.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文