andreamazz / andreamazz/AMScrollingNavbar

Bottom View popups issue on showNavBar when followerView exists

未关闭
#302 21 条评论 0 个 reaction 已指派 0 人 在 GitHub 查看
help wanted
主要语言
Swift
星标
6k
派生
628
PR 合并指标
30 天内没有已合并 PR

描述

https://streamable.com/f7q3g

check the above video.

using:
```
UINavigationBar.appearance().isTranslucent = false

In Sampler / TableView

func tableView(_ tableView: UITableView, didSelectRowAt indexPath: IndexPath) {
if let navigationController = self.navigationController as? ScrollingNavigationController {
navigationController.showNavbar(animated: true, duration: 0.2)
}
}

and

func tableView(_ tableView: UITableView, cellForRowAt indexPath: IndexPath) -> UITableViewCell {
cell.backgroundColor = .lightGray
}

```

I noticed there is a bottomView Poping from the bottom when using a follower View.
This happens in two situations:

1. when showNavBar is triggered.

2. when checkForPartialScroll is triggered from semi to extened.

reproduce full code here:
https://github.com/Alexookah/AMScrollingNavbar

贡献指南

这个仓库没有索引到贡献指南

评估

这个 Issue 还没有评估数据。

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。