Question says it all. I’m just having trouble figuring this out.
What i’m trying to do is this: I have an array of letters from a to e. I set the sections of the table to 2, so that the rows are as follows: a, b, c, d, e, a, b, c, d, e. I want to have the row and section # display next to the letter in the table. I can figure out the row using indexPath, but i can’t figure out how to compute the section number
I don’t know if this will help you, but if you know the indexPath then you also know the section (see docs here)