UISegmentedControl - how to toggle between 2 UITableViews
Posted
by embedded
on Stack Overflow
See other posts from Stack Overflow
or by embedded
Published on 2010-05-14T09:57:39Z
Indexed on
2010/05/14
11:24 UTC
Read the original article
Hit count: 207
I have a tab bar based application. What is the best way to toggle between 2 different UITableView views?
Should I use a wrapper view and add those 2 views to it and depending on which segment was chosen I will show the correct view?
Using only one tableView will not work because the layout is different between those 2 tableviews.
Thanks
© Stack Overflow or respective owner