开发者

a table view from modal view

开发者 https://www.devze.com 2022-12-11 00:30 出处:网络
I am designing application which is completely based on modal view controllers. now, afteri navigate 4 to 5 screens of my application i want to show the data in tabular format.

I am designing application which is completely based on modal view controllers. now, after i navigate 4 to 5 screens of my application i want to show the data in tabular format. All sample applications show table view as the first screen . Please tell me how am i to show the table view later on

My case is: I give the start date and end date to a web service, this web service in return gi开发者_开发问答ves me data, which i store it in NSMutableArray. Now i want to display this data in tabular format


I'd suggest to use a navigation controller. The first view would contain your search fields (the start and end date). When you get the data from the web service, push a table view controller in from the right and show your data. Now the user could use the back button to get back to the view with the start and end date, where she could easily modify the search specs.

0

精彩评论

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