My goal is to animate every single inserted cell using the insertRowsAtIndexPaths
function.
The only issue is the default animation style isn't exactly what I'm looking for - i need to create a custom one.
I've browsed stack for solutions and found some, but they are written in objC: Can you do custom animations for UITableView Cell Inserts?
I'm looking for a similar swift solution.
If anyone could share, that would be great.
Thank you.