uitableview - UITablieview with constantly changing values -
is possible use uitableview in such way it's cells update content indepedantly cellforrowatindexpath method?
example: showing cells timer includes milliseconds.
refreshing table view every (say) 10 milliseconds in order update timer's display value each cell surely not work, well...
tricky if use re-usable cells. if know don't have many rows, sub-class uitableviewcell , whatever wanted to....
Comments
Post a Comment