iphone using 2 tableview
- by Anonymous
Hi,
I 'm a iphone programming newbie. I m trying to implement an app with multi-level tableviews.
The idea is if someone selects something on the first screen say then a new view opens(tableview)
car make> list of models
Honda > Acura, S2000,accord ...
My challenge is to show the list of models in a new tableview & secondly change the size of hte list depending on the car selected.
I have programmed so that when i select 'Honda' a new tableview opens.
How do i populate data for the second table??
Any suggestions on how to proceed?
thanks