andreamazz / andreamazz/AMScrollingNavbar
Collection View not following navigation bar to top, Follower leaves a grey box.
- 主要语言
- Swift
- 星标
- 6k
- 派生
- 628
- PR 合并指标
- 30 天内没有已合并 PR
描述
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](url)
The top constraint for the ui collection view to the bottom of the search bar:

贡献指南
这个仓库没有索引到贡献指南
评估
这个 Issue 还没有评估数据。