Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

mikezang

macrumors 6502a
Original poster
May 22, 2010
939
41
Tokyo, Japan
I have a data as below
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]
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.