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
Post a Comment