Open xhzengAIB opened 10 years ago
Same problem.
Is there a fix for this yet?
This is because on a UITableView with headers, setting the contentInset on the table view automatically bumps the header views down. You can get around that by subclassing UITableView, and grabbing all the headers using viewForHeader...
and giving that view it's own inset. It's definitely not pretty. I would love to see a better solution.
Issue not yet solved :(
@coolbeet
Jack