Andrea Mazzini

Results 168 comments of Andrea Mazzini

Yup, it was #399 I'm looking into a fix to keep that fix too.

Ok, this seems like a UIKit bug to me, updating `navigationBar.standardAppearance.titleTextAttributes [NSAttributedString.Key.foregroundColor]` changes the tint color for some reason. I've disabled that line for now, I'll release a new version.

@PGHM Yeah, for the time being you can use 5.7.2, the only change is that one. Currently I don't have much time to work on this, hopefully I'll do a...

Hi @markst Thanks for the detective work. I reckon that the issues are related to the contained navigation, it's something that I never considered while building the lib, so I...

Ok, I'm reading back the issue, in the end your request is, if I understand corectly, how to implement this behaviour: https://imgur.com/a/UTs1HGf The `followers` feature works the other way around,...

Here, like this: [ScrollBarDemo.zip](https://github.com/andreamazz/AMScrollingNavbar/files/2623754/ScrollBarDemo.zip)

Ok, I see what you mean, let me think about it. Btw, the scrolling sometimes is janky on an iPhone XS, it feels like the app is calling networking code...

Yep, I'm working on this feature. It's not straightforward to implement, it might take a while.