iPhone UITableView with index can I push a different detailed view with every different cell?

Posted by Tanner on Stack Overflow See other posts from Stack Overflow or by Tanner
Published on 2010-05-01T20:50:07Z Indexed on 2010/05/01 20:57 UTC
Read the original article Hit count: 150

Hello All,

I know its possible to create a table that has an index on the side and a search bar at the top that a user can type in to find an item, but is it possible to say to the table if array isEqual to "item1" push view1? I would like to push a different view with each cell. Anyone have any advice?

© Stack Overflow or respective owner

Related posts about iphone

Related posts about uitableview