iphone/ipad with 2 side by side tables

Posted by jesse001 on Stack Overflow See other posts from Stack Overflow or by jesse001
Published on 2010-05-01T07:46:29Z Indexed on 2010/05/01 7:57 UTC
Read the original article Hit count: 169

Filed under:
|
|

I want to create a view with 2 tables side by side, where selecting the row on 1 table effects the content of the other and vice versa (not parent child). My problem is how to send the request.

I started with a utility app using core data, and added 2 table view controllers. I added these to the main view nib and moved the tables to the view. One table controls a list from Core Data, then on selecting a row I want it to move to the other table which is based on a mutable array.

On didselectrow I want to tell the other table to update, however I can only find samples that are parent/child so involves initializing. Does anyone know of a way to do this for an active view?

Thanks heaps for your help.

© Stack Overflow or respective owner

Related posts about iphone

Related posts about uitableview