views:

28

answers:

1

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

+2  A: 

yes ...the piece of code that you have written is very much possible... and can implemented that way...

mihirpmehta