cocoa touch - Updating UITableViewCell not refreshing the UI -



cocoa touch - Updating UITableViewCell not refreshing the UI -

i have uitableview , on first time cellforrowatindexpath called, save uitableviewcell values return. can update contents when ever underlying info changes.

however, when update contents of uitableviewcell, uitableview not show new entries until scroll , downwards on ui. how programatically forcefulness refresh?

the uitableview has method „reloaddata.“ phone call it:

[tbl reloaddata]

cocoa-touch ios4 uitableview

Comments

Popular posts from this blog

c# - Move local mssql database to webhosted MYSQL -

java - How to pass parameters between Request-Scoped Controllers? -

string - what is the difference between "some" == "some\0" and strcmp("some","some\0") in c++? -