-
-
Notifications
You must be signed in to change notification settings - Fork 155
New issue
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
Not possible to remove the last page #208
Comments
@Mattijah will check it out 👍 |
@Mattijah, currently on master branch, I don't have your behavior; when I delete the last page, I get a |
@Coeur I use |
My test was using the example app, which uses Well, anyway, crash or not, it's being acknowledged that there is a problem to solve there. |
If there is only 1 page left, calling
deletePage
seems to have no effect at all. The view controller will still stay in, displayed. Is this an expected behaviour or a bug?On top of that, if I pass
.scrollToUpdate
theviewController(for pageboyViewController:)
will be called with an index of-1
. Again, doesn't matter if I returnnil
or a blank VC. Nothing changes. *It should not be called with-1
.Calling
reloadData
doesn't help either.Version: 3.1.0
The text was updated successfully, but these errors were encountered: