iphone segmented control and uitableview

Posted by Emma on Stack Overflow See other posts from Stack Overflow or by Emma
Published on 2010-04-28T19:12:50Z Indexed on 2010/04/28 19:17 UTC
Read the original article Hit count: 635

I have a UITableView with a segmented control at the top. When you tap on the different segments, I want the table to reload with a new different sized array. I have tried everything including [self.tableView reloadData]. When you click on a different tab now, it only changes the cells that are out of view and does not add any more. Any ideas??? Thanks.

© Stack Overflow or respective owner

Related posts about uisegmentedcontrol

Related posts about uitableview