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.
does not seem to work. I'm following Apple's docs.
The row animates to the correct location, however, if I scroll down and scroll back up again the rows are back in their original locations. I guess this is because ASTableView's internal ASDataController has not been notified of the move.
The only workaround I have is calling reload on every cell between the source and destination (which results in a flash and is quite ugly).
The text was updated successfully, but these errors were encountered:
Wow, nice timing! As far as I can tell, I can only integrate master if I'm using Carthage, is that right? I'm using Cocoapods and it seems 1.9.90 is the latest there. Does that include the change?
Trying to move cells around with the reorder control by calling
[self.tableNode.view setEditing:YES];
inviewDidLoad
and then implementingdoes not seem to work. I'm following Apple's docs.
The row animates to the correct location, however, if I scroll down and scroll back up again the rows are back in their original locations. I guess this is because
ASTableView
's internalASDataController
has not been notified of the move.The only workaround I have is calling reload on every cell between the source and destination (which results in a flash and is quite ugly).
The text was updated successfully, but these errors were encountered: