iphone using 2 tableview

Posted by Anonymous on Stack Overflow See other posts from Stack Overflow or by Anonymous
Published on 2010-04-04T03:17:28Z Indexed on 2010/04/04 16:03 UTC
Read the original article Hit count: 317

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

© Stack Overflow or respective owner

Related posts about iphone-sdk-3.0

Related posts about uitableview