33
Toolbar buttons should scroll to top on second tap
(lemmy.world)
Official community for Mlem, a free and open-source iOS Lemmy client.
Rules
FAQ
We've been working on it. A simple tap to jump to the top is pretty easy--things get tricky when you start adding complications like "jump back into the feed" or "navigate up a level," which require a more sophisticated architecture from the ground up. It is in active development, though, so we hope to have a prototype out soon enough.
I've just had the quickest of glances through the code. Is the gesture for opening the user switcher the only reason for reimplementing the tab bar? It sound's like you're rebuilding a lot of functionality that you get for free (iirc) with the native tab bar.
Unfortunately the system (SwiftUI) tab bar doesn’t come with this behaviour for some reason.