andreamazz / andreamazz/AMScrollingNavbar

Bottom View popups issue on showNavBar when followerView exists

Ouverte
#302 21 commentaires 0 réactions 0 personnes assignées Voir sur GitHub
help wanted
Langage dominant
Swift
Étoiles
6k
Forks
628
Métriques de merge des PR
Aucune PR mergée en 30 j

Description

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

Guide de contribution

Aucun guide de contribution indexé pour ce dépôt

Évaluation

Cette issue n'a pas encore été évaluée.

Recevez les nouvelles issues par e-mail

Un résumé court des issues GitHub adaptées aux débutants.