开发者

Many views or one?

开发者 https://www.devze.com 2023-02-07 16:59 出处:网络
I have a task to write RSS reader for iOS. For it I created navigation-based application. I want to display list of RSS channels in the UITableView. When user clicks on one of this channels applicati

I have a task to write RSS reader for iOS. For it I created navigation-based application. I want to display list of RSS channels in the UITableView. When user clicks on one of this channels application must display list of items of chosen channel. What is better: use separated views with UITableView for RSS channels and for items, or display ch开发者_开发技巧annels and items in single view and single UITable(if user wants to see channels, he see channels, if he wants to see items, he see items)? And maybe is there good code example of navigator-based application?


I don't quite understand what you're asking... However I can help you with your last question about the navigation based application. Here's a tutorial (I didn't create it) on how to use an RSS reader with a navigation controller: http://www.raywenderlich.com/2636/how-to-make-a-simple-rss-reader-iphone-app-tutorial.

Hope this helps.

0

精彩评论

暂无评论...
验证码 换一张
取 消