Skip to content
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

Deprecated buggy function: scroll(to view: UIView, animated: Bool) #12

Merged
merged 1 commit into from
Sep 2, 2021

Conversation

ntnmrndn
Copy link
Contributor

@ntnmrndn ntnmrndn commented Dec 5, 2019

The function does not work as expected. If the target view is out of bounds, it might not be present in the view hierarchy, and the scroll will fail.
Since open func scroll(to view: UIView, at position: UICollectionView.ScrollPosition, animated: Bool) { is a good replacement, I think we can remove it entirely. I only deprecated it this time to ease the transition.

@muukii muukii merged commit a78533f into FluidGroup:master Sep 2, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants