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 gives me data, which i store it in NSMutableArray. Now i want to display this data in tabular format