Alex Lykesas

Results 144 comments of Alex Lykesas

did you have a chance to look at this issue @andreamazz ?

@StefaniOSApps @andreamazz i updated the project and checked, the issue stil exists in the latest version of AMScrollingNavBar i also made another video reproduce presentation: https://streamable.com/hggk4

This still remains an issue. Wow. any ideas how to fix this anyone? (just updated my fork repo to see if the issue still remains)

@andreamazz what about if we could extend the view's height before the animation so that there is no lagging showing up?

https://github.com/andreamazz/AMScrollingNavbar/blob/master/Source/ScrollingNavigationController.swift#L543 if you remove the navBarY from the height it seems its not glitching.... but then i think we loose the tab bar ? maybe this shows that the navBarY...

The same issue still exists when showNavBarCallback is called with collapsed navbar. i added the else without the calculations ``` if updateViewHeight { frame.size = CGSize(width: frame.size.width, height: view.frame.size.height -...

Yes this looks like its fixed now 👍 merge this to master

maybe layoutIfNeeded needs also the followers?