andreamazz / andreamazz/AMScrollingNavbar
scroll to top doesn't work correctly
Đang mở
- Ngôn ngữ chính
- Swift
- Star
- 6k
- Fork
- 628
- Chỉ số merge pull request
- Không có pull request nào được merge trong 30 ngày
Mô tả
**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.
Hướng dẫn đóng góp
Chưa lập chỉ mục được hướng dẫn đóng góp cho kho mã nguồn này
Đánh giá
Issue này chưa được đánh giá.