xcode - iOS - How to reinitialize tableview cells -


i setup uitableviewcontroller in app, data changes 5 seconds after initial layout.

how can reinitialize tableview once data loaded?

essentially, need table view stripped down , start over. it's necessary following function looped on again:

- (uitableviewcell *)tableview:(uitableview *)tableview cellforrowatindexpath:(nsindexpath *)indexpath 

i suspect it's easy i'm not seeing...

call reloaddata on tableview. in uitableviewcontroller instance or subclass call

[self.tableview reloaddata]; 

Comments

Popular posts from this blog

java - Play! framework 2.0: How to display multiple image? -

gmail - Is there any documentation for read-only access to the Google Contacts API? -

php - Controller/JToolBar not working in Joomla 2.5 -