Andrea Mazzini

Results 168 comments of Andrea Mazzini

Hi @lawicko sorry for the delay in this response. That code was implemented in a PR: https://github.com/andreamazz/AMScrollingNavbar/commit/fb0482ef46f7dc980fcecb7fe54e49d74b928347 I honestly don't remember why the bar is set to translucent during the...

This is being discussed in #219 I don't have a fix unfortunately, any help is welcome.

That looks good, I'm just wondering if we can just check for topViewController?.navigationItem.searchController instead. That should work, right?

Ok, that seems to work, checkout commit 1123b4e

@attheodo sounds good, more on that, we could probably encapsulate the view in a struct with the direction, something like ```swift enum FollowerDirection { case up, down, left, right }...

If I remember correctly I need to force the navbar to appear to react to what UIKit does.

🤔 This has to be regression, while the interactive gesture was always problematic, it never behaved so badly. Any help in this would be greatly appreciated.

I'm doing some more digging on this. This was introduced with iOS 10. Looks like that when the interactive gesture starts, UIKit brings down the navbar, leading to this glitch....

Hi @joaoritter Can you explain a bit further the issue? I'm not sure I fully understand it.

Got it, I'll see what I can do.