Andrea Mazzini
Andrea Mazzini
Ok, I'm a massive idiot, I should have realized it as soon as I wrote "autolayout" above, I needed to force a `layoutIfNeeded`. Pull the new commit from branch issue-302,...
> maybe layoutIfNeeded needs also the followers? Yeah, good point, I'll update the code and merge
Ok, up in master
Hi @evil159 Thanks for pointing that out, I remember this being added in another PR a while ago, as a fix for the issue you mentioned, #257 I'm unable to...
Hey @Cordavi Thanks for all the detective work, If that is the case it should be fairly easy to pinpoint the cause. Can you concoct a quick sample project showing...
I'm testing your sample, setting `shouldUpdateContentInset` to `false` seems to fix the issue (with hindsight I should have this default to false anyway). I tried adding a bar button to...
Hi @tigaris I like the second approach better, I'll add it to the next release
Can you check branch `issue-323` and test the `hideExclusions` field?
See #353 and #262 It was in the works, but I currently don't have the time to work on this. Any help would really be appreciated.
It's the intended behavior: https://github.com/andreamazz/AMScrollingNavbar/blob/master/Source/ScrollingNavigationController.swift#L663-L669 I can add an option for this if needed.