andreamazz / andreamazz/AMScrollingNavbar
scroll to top doesn't work correctly
未关闭
- 主要语言
- Swift
- 星标
- 6k
- 派生
- 628
- PR 合并指标
- 30 天内没有已合并 PR
描述
**Describe the bug**
scroll to the top doesn't work correctly.
**To Reproduce**
create a tableView including too many items.
scroll to the middle of tableView and then call this:
```swift
if let navigationController = self.navigationController as? ScrollingNavigationController {
navigationController.showNavbar(animated: true, duration: 0.2, scrollToTop: true)
}
```
It scrolls to top but not actually to top of tableView.
贡献指南
这个仓库没有索引到贡献指南
评估
这个 Issue 还没有评估数据。