andreamazz/AMScrollingNavbar
Vedi su GitHubBottom View popups issue on showNavBar when followerView exists
Open
#302 aperta il 6 mar 2018
help wanted
Metriche repository
- Star
- (6074 star)
- Metriche merge PR
- (Nessuna PR mergiata in 30 g)
Descrizione
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:
-
when showNavBar is triggered.
-
when checkForPartialScroll is triggered from semi to extened.
reproduce full code here: https://github.com/Alexookah/AMScrollingNavbar