GSKStretchyHeaderView icon indicating copy to clipboard operation
GSKStretchyHeaderView copied to clipboard

Header always collapse when set ContentInset for TableView

Open veila opened this issue 7 years ago • 2 comments

When I set self.tableView.contentInset = UIEdgeInsetsMake(70, 0, 0, 0); The header always min height mode Please fix this.

veila avatar Apr 09 '18 09:04 veila

Hi,

please provide some more information and screenshots on the issue, or feel free to open a pull request

gskbyte avatar Apr 09 '18 09:04 gskbyte

This my logic code. I have tableView to show data from server. When the api callback, I set contentInset for tableView self.tableView.contentInset = UIEdgeInsetsMake(0, 0, 70, 0); and this is error. https://youtu.be/CE3VQxdEuNE But if I set contentInset in ViewDidLoad it's OK. https://youtu.be/t4DzDzewirA Seem the header error if I set contentInset after viewdidappear.

veila avatar Apr 11 '18 04:04 veila