We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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? {
The text was updated successfully, but these errors were encountered:
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
Sorry, something went wrong.
No branches or pull requests
It's not removing all the indexes
A workaround for me is to use a loop on a unit removeRow
The text was updated successfully, but these errors were encountered: