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

iphone - Dismissing a UIAlertView -

c# - Can ProtoBuf-Net deserialize to a flat class? -

javascript - Change element in each JQuery tab to dynamically generated colors -