Andrea Mazzini
Andrea Mazzini
Hey @L4grange can't you work around this by adding the banner above the tab bar? If the tab gets out of the way, the banner should remain on screen. Adding...
Hey @L4grange Ok, sounds good, I'll try to implement it in the next few days. I'm a bit swamped at the moment, so a PR is more than welcome
Ok, I'm doing some digging, it looks like the behavior didn't really change between those two versions. The thing that changes is how the safe area is handled, i.e: I...
Mh, it should, but I'm having issues with the implementation. I think I made a semantical mistake in treating the followers. `scrollUp` is always visible, `scrollDown` gets out of the...
Yeah, I noticed that. Not sure what to do about it, to be honest with you (besides changing the sample URL 😬 ) It's more of an issue with their...
I see. Still, no idea why it's not adapting to the viewport. Any idea is welcome.
Hi @wirakoon78 It should be possible. Can you post the code you are using?
Hi @aloveric I'm not sure I fully understand, can you elaborate a bit more?
Hey @pablogeek I've just tested this, and it seems to be working fine. I've pushed a new controller when the navbar is hidden, once I got back it was still...
Yeah, UIKit restores the navbar to its full height after a modal presentation, the only thing I can do for now is restore the alpha of its subviews. I can't...