Hi there
I have a general question regarding UITableViews.
here is my situation.
I have a view with a couple of buttons and a UITableView, by pressing a button, the UITableView's Content should change. I use Custom Table Cells (the same cells in every seperate table) but of course with different content.
I'm not sure if It is good practice to define 3 UITableView instances within my view and to switch between those when clicking a button.
also i don't know what my program should do when one of the buttons is pressed (destroy the old view? how to set a new view? overlay the new vie over the old? and then how to get the old one back once another button is pressed)...
as you see, lots of rather general questions.. maybe i was searching the wrong way, but i couldn't find an article on the web that would provide me with the necessary information.
thank you for your reply! greets
sam