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

Popular posts from this blog

javascript - Google App Script ContentService downloadAsFile not working -

javascript - Function overwritting -

c# - Exception when attempting to modify Dictionary -