Two UITableView in one UIViewController problem

Posted by georgij on Stack Overflow See other posts from Stack Overflow or by georgij
Published on 2010-02-07T19:37:54Z Indexed on 2010/03/26 1:03 UTC
Read the original article Hit count: 224

I considered to use two UITableView in one UIViewController which is also do data source for them but encountered the problem that while both tables visit numberOfRowsInSection only one visit cellForRowAtIndexPath at the start and both tables contain empty rows.

Do someone know why this happens?

© Stack Overflow or respective owner

Related posts about uitableview

Related posts about uiviewcontroller