iPhone多视图应用程序设计问题

发布于 2024-08-12 09:27:50 字数 439 浏览 15 评论 0原文

我有一个关于 iPhone 应用程序设计方法的问题...我想要制作一些复杂的应用程序,我认为满足我的需求的最佳基础是“选项卡栏应用程序”模板。事实上,我一直在寻找iPhone上的一些应用程序,AppStore的设计绝对是我所需要的;一个基于选项卡栏的应用程序,顶部有不同的选项 - 分段控制、搜索栏、导航栏等。每个选项卡栏的视图里面都会有另一个“基于导航的应用程序”或“实用程序应用程序”...

我花了很多钱花费了很多时间来寻找我的“问题”,但我仍然无法理解如何在一个应用程序中“嵌套”几个导航控件......真的,任何链接或想法都将非常感激!即使你关于如何完成我需要的东西的思维流动也很好,因为我完全在黑暗中敲击这里......

只是提一下,我在 Objective-C 中几乎是新手,我听说过一些关于代表团的事情,但我不知道不知道到底如何使用它......这可以帮助我建立我的想法吗?

非常感谢您抽出宝贵的时间!

I have a question about iPhone app design approach... I have in mind to make some complex application and I think that the best base for my needs is "Tab Bar Application" template. Actually, I've been looking some apps on iPhone, and AppStore's design is definitely what I need; a Tab Bar based app with different options on the top - Segmented Control, Search Bar, Navigation Bar etc. Each of Tab Bar's views would have another 'navigation-based app' or 'utility application' inside of it...

I spent lots of time on searching for my 'problem' but I still can't comprehend how to 'nest' few navigation controls in one application... Really, any link or thought would be extremely appreciated! Even your mind flow about how to accomplish what I need is nice because I'm totally tapping in dark here...

Just to mention that I'm pretty much new in Objective-C and I've heard something about Delegations but I don't know exactly how to use that... Is that something that would help me build my idea?

Thank you very very much for your time!

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

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

发布评论

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

评论(1

静谧幽蓝 2024-08-19 09:27:50

视图控制器编程指南有一个部分是关于按照你的想法去做的。该链接提供了应用程序如何布局的概念性概述,并提供了如何执行此操作的代码示例。

The View Controller Programming Guide has a section on doing what you're thinking. The link gives a conceptual overview of how the application is laid out and gives code samples on how to do it.

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