LayoutKit icon indicating copy to clipboard operation
LayoutKit copied to clipboard

Add animationType to BatchUpdates

Open fmirault opened this issue 7 years ago • 3 comments

and use it for insertRows / deleteRows / reloadRows / insertSections / deleteSections / reloadSections methods.

Possible addition to #124 for animations.

fmirault avatar Jan 04 '18 14:01 fmirault

Hi !

Still no news since january 4th for my PR, maybe I missed something or I have to ask for a review ?

Regards,

fmirault avatar Feb 21 '18 14:02 fmirault

Apologies for the delay, @fmirault .

I added a comment. This adapter is used for both table views and collection views, so it'd be odd to have a property that has no effect in some cases. Would it be possible to make it (or something like it) work in both cases?

staguer avatar Apr 20 '18 21:04 staguer

Collection View isn't working like Table View, so I don't really see how I can achieve the same effect on it (it's an UIKit limitation in my opinion).

fmirault avatar Apr 27 '18 15:04 fmirault