I am a newbie here. I have a UITableView in which I load data dynamically. I know how to pass values from an array to a cell. But, I would like to have multiple sections in my table and want to pass different section titles for the sections I have. Is there anyway I can pass String values from an array to the “titleForHeaderInSection” method?? Thank you in advance.
Share
This prior SO question/answer should give you what you want?
iPhone: Setting section titles from an Array