TableViewKit icon indicating copy to clipboard operation
TableViewKit copied to clipboard

TableItem reload with animation, ignored animation

Open lorencr7 opened this issue 5 years ago • 2 comments

When calling the method public func reload(with animation: UITableView.RowAnimation = .automatic) it looks that the parameter animation is being ignored of. If you set, for example, animation .left in the TableViewManager and try to reload an item with animation .top, the item reloads but with .left animation

lorencr7 avatar Oct 24 '19 07:10 lorencr7

Indeed. I'm testing here a hotfix and will keep you posted.

rmenezes avatar Oct 24 '19 07:10 rmenezes

I've proposed a fix, please check the pull request

MikePT28 avatar Nov 11 '19 14:11 MikePT28