iPad:分割视图中有 5 条信息
我有一个 iPhone 应用程序,其中包含一个 tabbarcontroller、5 个表格视图(每个 rss feed 一个)和一个用于显示所选新闻帖子的 Web 视图。
我想创建一个具有相同功能的 iPad 应用程序。如何在分割视图的主视图(左视图)中拥有 5 个不同的表格视图?
我在标签栏中找到了分割视图的描述,但很多论坛不推荐这种方法。 http://discussions.apple.com/thread.jspa?messageID=12525197
选择: 我喜欢工具栏中有 5 个按钮,但那会在详细视图中。我应该如何将按钮按下事件传达给主视图?
或者我没有看到分割视图提供的智能功能???
真的希望有人能帮助我..我花了一周的时间来弄清楚这个结构! 干杯:)
So I have an iPhone app that consist of a tabbarcontroller, 5 tableviews (one for each rss feed) and a webview to show the selected news post.
I want to create a iPad app that does the same. How do I have 5 different tableviews in the master view (left view) of the split view?
I found this description of an split view in a tabbar, but many forums does not recommend this method.
http://discussions.apple.com/thread.jspa?messageID=12525197
Alternative:
I would live with 5 buttons in a toolbar, but that would be in the detail view. How should I communicate the button press event to the master view?
Or have I not seen the smart functionalities the split view offers???
Really hope someone can help me.. I used a week of figuring out this structure!
Cheers :)
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
将五个 RSS 提要从选项卡栏移动到左侧表格视图,然后用户可以选择该 RSS 提要,这会将 RSS 提要推送到左侧表格视图。选择文章后,它将加载到详细视图。就像 twitterific 在 iPad 上使用多个帐户一样。
move the five rss feeds from the tab bar to the left tableview, the user can then select the rss feed, which will push the rss feed into the left tableview. upon article selection it will load to the detail view. much like twitterific does on the ipad with multiple accounts.