MBCircularProgressBar
MBCircularProgressBar copied to clipboard
ProgressBar only appears when the tableview cell is selected
I added MBCircularProgressBar to my tableview cell and set its value in cellForRowAtIndexPath
using myCell.progressBar.value = 25
I want the progressBar to appear in all tableview cells (when selected or not) but it's only appearing in the tableview cell that's selected, not the rest of the cells. Any ideas?
Sorry for the late response, is this still an issue? Thanks