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
I scroll up but the collection view does not follow. I use the storyboard to set up the everything and the constraints.
if let navigationController = navigationController as? ScrollingNavigationController { navigationController.followScrollView(collectionView, delay: 20.0, followers: [NavigationBarFollower(view: exploreSearchBar, direction: .scrollUp)]) } else { print("Not FOUND") }
A short youtube video on the issue: EDIT I had the wrong link up sorry. https://youtu.be/bmP3GWvoWqs
The top constraint for the ui collection view to the bottom of the search bar:
The text was updated successfully, but these errors were encountered:
Does anyone have any solutions for this issue? thanks ((please)) @andreamazz
Sorry, something went wrong.
No branches or pull requests
I scroll up but the collection view does not follow. I use the storyboard to set up the everything and the constraints.
if let navigationController = navigationController as? ScrollingNavigationController { navigationController.followScrollView(collectionView, delay: 20.0, followers: [NavigationBarFollower(view: exploreSearchBar, direction: .scrollUp)]) } else { print("Not FOUND") }
A short youtube video on the issue:
EDIT I had the wrong link up sorry.
https://youtu.be/bmP3GWvoWqs
The top constraint for the ui collection view to the bottom of the search bar:
The text was updated successfully, but these errors were encountered: