169
Avelon for Lemmy is now on the App Store!
(apps.apple.com)
A home for discussion of Lemmy apps and tools for all platforms.
RULES:
An extensive list of Lemmy apps is available here:
Visit our partner Communities!
Lemmy Plugins and Userscripts is a great place to enhance the Lemmy browsing experience. !plugins@sh.itjust.works
Lemmy Integrations is a community about all integrations with the lemmy API. Bots, Scripts, New Apps, etc. !lemmy_integrations@lemmy.dbzer0.com
Lemmy Bots and Tools is a place to discuss and show off bots, tools, front ends, etc. you’re making that relate to lemmy. !lemmy_dev@programming.dev
Lemmy App Development is a place for Lemmy builders to chat about building apps, clients, tools and bots for the Lemmy platform. !lemmydev@lemm.ee
Yeah, SwiftUI is still immature in many areas, so each new version adds a lot of essential features. I'm not talking fancy new things, just the basic stuff that almost every app needs. The alternative is to implement through the older UIkit which is slower to do, especially for people like me who don't really know UIkit from before.
As for Avelon I'm using a few key features introduced with v16. Since I'm just one dev I prioritized polish and features over supporting older versions which would take much more time. Yeah, it sucks if you're stuck on iOS 15, but that's just what I decided to prioritize.
Also, as the developer of Lemmios, it is somewhat negligence on my part (not saying this is true for any of the other app developers, just me), we all google when we code and generally the newer features make things much easier so it is really hard to google older features since they are harder to implement and get quite buried. I also think for me at least my apps start as passion projects I don't really expect anyone to use so I forget that iOS versions under my current one exist lol, it's a lot easier to start on 16.0 and stay on 16.0 forever than go lower after the project has started, sorry.