Hey guys,
I'm fairly new to programming and I ran into a problem while working on an app. I've made three sections in my table view (not alphabetic, but each section represents a subject). Now i also have 3 arrays which I want to show in the corresponding sections.
But here's my problem, how do i tell the tableview which array has to be displayed in which section?
I already have the number of rows laid out in each section.
Hope you can help me
I'm fairly new to programming and I ran into a problem while working on an app. I've made three sections in my table view (not alphabetic, but each section represents a subject). Now i also have 3 arrays which I want to show in the corresponding sections.
But here's my problem, how do i tell the tableview which array has to be displayed in which section?
I already have the number of rows laid out in each section.
Hope you can help me