I'm getting hung up on this part of my project.
I've tried a few things, nothing is giving me the result I want.
I have a UITableView populated with One Array, has about 30 items.
Now, I want 3 Sections, but I can't figure out how to have say:
items 1-10 in section 1, 11-20 in section 2, and 21-30 in section 3.
Everything I try gives me duplicates in each section.
Any Ideas for me?
I've tried a few things, nothing is giving me the result I want.
I have a UITableView populated with One Array, has about 30 items.
Now, I want 3 Sections, but I can't figure out how to have say:
items 1-10 in section 1, 11-20 in section 2, and 21-30 in section 3.
Everything I try gives me duplicates in each section.
Any Ideas for me?