2

I want to display a header title for a grouped table, but it is only displaying in one line. I am not sure if this is possible, but a table cell can be displayed in multiple lines, but I do not know if the header also.

Thanks in advance!

baboso
  • 159
  • 3
  • 14

1 Answers1

0

You can create your own custom view with as many lines as you like and implement tableView:viewForHeaderInSection: to return the custom view instead of tableView:titleForHeaderInSection.

John Lemberger
  • 2,689
  • 26
  • 25