I am using a table view controller that has multiple sections, with a few sections having long text. When I use titleForHeaderSection, text is getting truncated if length of the
You can use viewForHeaderInSection to create headerView. Add UILabel as subview to headerView. Use multi-line property of UILabel to display your text in multiple lines. Also set the height of headerView.