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

Html>

Comments

Popular posts from this blog

python - Overriding the save method in Django ModelForm -

html - CSS autoheight, but fit content to height of div -

qt - How to prevent QAudioInput from automatically boosting the master volume to 100%? -