I am using two tableviews in same UIView.When I select an option from one tableview and want to show the sublist on the other tableview(like drill down tableview in iphone).
How could I do that?
Is there any tutorial regarding this?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can UINavigationCOntroller to achieve what you you are expecting. UICatalog sample from Apple is a good start.
http://developer.apple.com/library/ios/#samplecode/UICatalog/Introduction/Intro.html