Andrea Mazzini

Results 168 comments of Andrea Mazzini

Try the `bubbleOffset` property instead of `offset`

> @andreamazz Do you have any ideas about this? Apparently the main feature of this library was broken. Nope, I need to find the time to test this. Did anyone...

I've looked into this, honestly I don't know how to fix it, you can see during the scrolling that UIKit is fighting against both the frame change and the opacity...

Hi @arashetm I'm testing against the Demo project, attached the segment action like so: ```swift @IBAction func segmentChange() { if let navigationController = self.navigationController as? ScrollingNavigationController { navigationController.showNavbar(animated: true, duration:...

Sounds good, checkout the latest master commit for the completion handler in `showNavbar`

I'm afraid it's still triggered too early, before UIKit rearranges the table

Checkout the updated demo in master, the tableview now scrolls to top and updates the data source, and it seems to be working. Maybe it helps, let me know https://github.com/andreamazz/AMScrollingNavbar/commit/b280a886d0e51d43868a979c1a9f0866edae9e7d#diff-42fa19733453bd36493bea5901519e2d

Hey @markst With iOS 15 things changed a bit for the navigation bar appearance, see [this thread](https://developer.apple.com/forums/thread/682420). I'll update the demo app.