ScrollStackController icon indicating copy to clipboard operation
ScrollStackController copied to clipboard

removeRows not working properly with multiple indexes

Open leverdeterre opened this issue 1 year ago • 1 comments

It's not removing all the indexes

A workaround for me is to use a loop on a unit removeRow

removeRow(index: Int, animated: Bool = false) -> UIViewController? {

leverdeterre avatar May 29 '24 08:05 leverdeterre

My second workaround was to reverse my indexes to be removed Like this it probably keep the index correct while removing the elements one by one

leverdeterre avatar May 29 '24 08:05 leverdeterre