SearchTextField icon indicating copy to clipboard operation
SearchTextField copied to clipboard

When using custom cell heights, list changes sizes as you type

Open langford opened this issue 7 years ago • 0 comments

I have lodged a PR to fix this behavior.

The code was not setting the estimatedRowHeight, so tableHeight calculations were sometimes using a 44 estimated height instead of the height specified by the theme when relying on tableView.contentSize.

langford avatar Jan 30 '18 20:01 langford