You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 5, 2020. It is now read-only.
For some reason the section cell does not support multi-line label with wordwrap. It always show single line. May be its not auto-adjusting the height of the cell, although I am using tableView.rowHeight = UITableViewAutomaticDimension. Whereas child rows are auto-adjusting their height.
Is there any workaround?
The text was updated successfully, but these errors were encountered:
In addition to your suggestion, I have also tried heightForHeaderInSection but no luck. Child rows are auto adjusting their height but there is some issue with Header section.
For some reason the section cell does not support multi-line label with wordwrap. It always show single line. May be its not auto-adjusting the height of the cell, although I am using
tableView.rowHeight = UITableViewAutomaticDimension
. Whereas child rows are auto-adjusting their height.Is there any workaround?
The text was updated successfully, but these errors were encountered: