this post was submitted on 13 Sep 2025
45 points (100.0% liked)
Mlem for Lemmy
6319 readers
51 users here now
Official community for Mlem, a free and open-source iOS Lemmy client.
Rules
- Keep it civil.
- This is a forum for discussion about Mlem. We welcome a degree of general chatter, but anything not related to Mlem may be removed at moderator discretion. This is not a forum for iPhone/Android debate. Posts and comments saying nothing but "iOS bad/I use Android" will be removed as off-topic.
- We welcome constructive criticism, but ask that it be both precise and polite.
FAQ
- When will insert feature here be implemented?
- Check our issue board--if there isn't an issue open for the feature you want, feel free to open an issue or make post! Just remember that devs are people too--we're doing this for free in our spare time, and building a quality app takes a lot of patient work.
- Is Mlem available for Android?
- No. Mlem is written using SwiftUI, which is not currently supported on Android. If such support becomes available, we will look into bringing Mlem to our Android friends.
- How do I join the beta?
- How do I join the dev team?
- Head over to our recruitment channel, or go straight to our GitHub and read CONTRIBUTING.md to get started.
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Is there a chance we could get an option for collapsing the bottom bar to a single icon in the left corner on scroll, similar to e.g. what Music and Podcasts do? :)
We’re definitely still refining how we use the new design language, and we’ve played around with some iterations on that concept. The core challenge right now is retaining compatibility with iOS 18, which limits which new features we can use. For small components like the jump button it’s pretty easy to support both an iOS 18 and an iOS 26 version, but the tab bar is foundational to the whole app’s architecture so we probably won’t get to utilize the full extent of the new tab bar options until we drop support for iOS 18.
Ah I see, thanks for the detailed reply! I thought that would also just be an easily toggleable option on the stock tab bar design but if you'd have to do a lot of work around it I totally get that it's not very feasible right now