richard Stephenson
richard Stephenson

Reputation: 507

populating section titles from an array

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

Answers (1)

Mihir Mehta
Mihir Mehta

Reputation: 13843

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

Upvotes: 2

Related Questions