I have an array with objects 1-10 (let’s say). I want the cell.textLabel.text = 1,3,5,7… and I want the cell.detailtextLabel.text = 2,4,6,8…
How do I get the detail text to alternate?
Or, is there a better way? Make two mutableArrays and combine them?
I think this should work: