populating section titles from an array
Posted
by richard Stephenson
on Stack Overflow
See other posts from Stack Overflow
or by richard Stephenson
Published on 2010-04-15T08:51:04Z
Indexed on
2010/04/15
8:53 UTC
Read the original article
Hit count: 216
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
© Stack Overflow or respective owner