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
{{ message }}
This repository has been archived by the owner on Feb 2, 2023. It is now read-only.
Hello. I noticed that automaticallyAdjustsContentOffset on ASTableView is not working correctly, when inserting sections with headers/footers.
I have created a test project for this. https://github.com/ArmandsB/AsyncDisplayKitTest
Basically, when inserting new sections at top, which have header/footers - offset is being calculated incorrectly. When manually add that extra offset, everything is fine.
The text was updated successfully, but these errors were encountered:
The documentation says that automaticallyAdjustsContentOffset doesn't support section operations, but the linked PR adds that capability. Let me know what you think of it @ArmandsB !
Hello. I noticed that
automaticallyAdjustsContentOffset
on ASTableView is not working correctly, when inserting sections with headers/footers.I have created a test project for this. https://github.com/ArmandsB/AsyncDisplayKitTest
Basically, when inserting new sections at top, which have header/footers - offset is being calculated incorrectly. When manually add that extra offset, everything is fine.
The text was updated successfully, but these errors were encountered: