iphone sdk: Table view not working in the first 5 tabs but in the more view

Posted by LHT on Stack Overflow See other posts from Stack Overflow or by LHT
Published on 2010-06-03T08:27:34Z Indexed on 2010/06/03 8:34 UTC
Read the original article Hit count: 234

Filed under:
|
|
|
|

Hi,

I only started with sdk but this problem is bugging me now for a view days: I created a UITableView and added it to my Tabs. When this TableView is in the first 4 Tabs and u go look at it, it only shows the items on the table but when clicking on them nothing happens (it doesn't go to the next view).

BUT when i put this same tab behind the 5th so it goes in the automatic MORE view everything works fine. I'm assuming this is because this more view is implementing some kind of table class. But i can't figure it out. I compared all the files with a working example but it seems to be all the same.

ah ya my current project is a window based application. Though i copied most of the code from a navigation based application.

Any ideas?

© Stack Overflow or respective owner

Related posts about iphone

Related posts about uitableview