Click here to Skip to main content
15,892,059 members
Please Sign up or sign in to vote.
4.00/5 (1 vote)
See more:
if we click on a cell in first tableview it have to retrive data from server and should display in second table view.how to do this??
Posted
Updated 14-Oct-14 20:48pm

1 solution

You need to parse server response and store it NSArray or NSDictionary and then you can pass this info to table view delegate.

I hope you are getting server response in XML or JSON format.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900