ScrollStackController
ScrollStackController copied to clipboard
removeRows not working properly with multiple indexes
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? {
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