Is there a way to color every other cell one color on a tableView
? I tried looking into the properties for my tableView
but were not able to find anything.
I want it like this:
tableview
cell - white
cell - gray
cell - white
cell - gray
etc...