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 はまだ評価されていません。