iphone - UITableView - add cells -
I have a UITableViews inside a TabBarController that are populated with different array of data. Due to web sinking, this array update, and I would like to update the table.
Calling:
[self.tableView reloadData] will reload content in existing cells, Need to add cells to It seems that this method is not calling
-tableView: tableView numberOfRowsInSection: section Again, where I specify the number of rows dynamically Any ideas? I have read all the documents which I can find, and have not caught anything. Is this an application design problem?
Thank you! Take a look at these (UITableViewRowAnimation) animation - (zero) insertRowsAtIndexPaths: (NSArray *) with
Comments
Post a Comment