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

Collection View not following navigation bar to top, Follower leaves a grey box. #369

Open
magiusdarrigo opened this issue Aug 9, 2019 · 1 comment

Comments

@magiusdarrigo
Copy link

magiusdarrigo commented Aug 9, 2019

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:
Screen Shot 2019-08-09 at 2 26 38 AM

@magiusdarrigo
Copy link
Author

magiusdarrigo commented Aug 12, 2019

Does anyone have any solutions for this issue? thanks ((please))
@andreamazz

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

No branches or pull requests

1 participant