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
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.
When I set self.tableView.contentInset = UIEdgeInsetsMake(70, 0, 0, 0);
The header always min height mode
Please fix this.
The text was updated successfully, but these errors were encountered: