Reputation: 507
is this possible to do , or do i have to do it all manually with if statements?
something like
return [sectionTitles objectAtIndex:indexPath.section];
Thanks Richard
Upvotes: 0
Views: 68
Reputation: 13843
yes ...the piece of code that you have written is very much possible... and can implemented that way...
Upvotes: 2