-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Does not respect contentInset #121
Comments
+1 |
+1 |
As a workaround i changed a line the KVO method - (void)observeValueForKeyPath:(NSString *)keyPath ofObject:(id)object change:(NSDictionary *)change context:(void *)context; I added my contentInset to this line:
From: It should be changed in more places, but since it doesn't matter I changed only when the table is scrolled. |
Please check #145 |
The control should listen to contentInset changes of the scroll view and move accordingly, otherwise it will appear too far away from the table view content.
The text was updated successfully, but these errors were encountered: