iphone分类问题
我将制作一个具有这些功能的简单应用程序;
在主窗口中会有一个菜单。
Menu Item 1
Menu Item 2
Menu Item 3
当用户单击菜单项 1 时,
应出现一个基于新菜单的视图,但是当用户单击菜单项 2 时,应出现基于文本的视图。
我制作了一个基于导航的应用程序,但我无法为每个单元格连接不同的视图文件。
我该怎么做?你有什么例子吗?
我的应用程序:(
Menu Item 1
- Menu Item 1.1
- Text
- Menu Item 1.2
- Menu Item 1.2.1
- Text
- Menu Item 1.2.2
- Text
Menu Item 2
- Text
...
..
.
可能我会使用 sqlite 作为菜单和文本的上下文。)
I'll make a simple app with these features;
In main windows there will be a menu.
Menu Item 1
Menu Item 2
Menu Item 3
When user click Menu Item 1
a new menu based view should appear, however when user clicked menu item 2, a text based view should appear.
I made a navigation based app, but i couldn't connect different view file for each cell.
How can i do this ? Have you got any example ?
My app:
Menu Item 1
- Menu Item 1.1
- Text
- Menu Item 1.2
- Menu Item 1.2.1
- Text
- Menu Item 1.2.2
- Text
Menu Item 2
- Text
...
..
.
(probably i will use sqlite for context of menu and texts.)
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
请参阅
http://developer.apple.com /library/ios/#documentation/uikit/reference/UINavigationController_Class/Reference/Reference.html
以及相关的示例代码,这是一个很好的代码。
http:// developer.apple.com/library/ios/#samplecode/WorldCities/Introduction/Intro.html#//apple_ref/doc/uid/DTS40009466
See
http://developer.apple.com/library/ios/#documentation/uikit/reference/UINavigationController_Class/Reference/Reference.html
and the associated sample code, this is a good one.
http://developer.apple.com/library/ios/#samplecode/WorldCities/Introduction/Intro.html#//apple_ref/doc/uid/DTS40009466