I have a data as below
I fetched data group by list and sort by sublist
but when I use method as below, I got the same result as value of sublist, why? how can I get value of title?
Code:
#list,sublist,title
1,1,title11
1,2,title12
1,3,title13
2,1,title21
2,2,title22
I fetched data group by list and sort by sublist
but when I use method as below, I got the same result as value of sublist, why? how can I get value of title?
Code:
[self.sublistFetchedResults.sections[self.rowOfSublist] indexTitle]
[self.sublistFetchedResults.sections[self.rowOfSublist] name]