Hi there fellow Apple enthusiasts!

Yesterday I announced that my native iOS app for Lemmy called Avelon is finally ready for testing, and I figured some people here might also be interested in checking it out!

My focus for the app has been performance, design and ease of use. As you can probably tell I got a lot of inspiration from Apollo and other iOS-first apps - but I think I’ve added my own cool spin on both the design and functionality.

Here’s a couple screenshots of the app:

If you wanna try it out I’d greatly appreciate any feedback/suggestions so I know what to focus on next! I think the core experience is pretty solid already, but the app still lacks some important features such as adding new posts.

Download Avelon (Testflight)

Avelon is developed in Swift using almost enitrely SwiftUI. For those unfamiliar, SwiftUI is the newest UI library by Apple intended to replace things like UIKit over time. SwiftUI is cross platform, so Avelon also runs on macOS actually, though the UI is not tweaked to fit mac just yet. The tech is really great to work with, and it makes it super easy to fit right into iOS. I posted some more details about the project over on the community page for the app here if you wanna check it out.

Thanks, let me know what you think!

  • countsickness@kbin.social
    link
    fedilink
    arrow-up
    5
    arrow-down
    1
    ·
    1 year ago

    Summary of me looking at the app for about 20 minutes:

    Having subscriptions as it’s own tab is confusing as hell to me and leads to a weird UX as the UI first needs to switch to the posts tab before triggering the navigation there. This results in a harsh change of the content followed by the pushing of the new screen. Took me a while to realize what was happening as I thought there was a bug that added images to the subscription rows as this happens fast enough to not make you realize you are seeing Posts/All for a split second.

    All/local/… does not react to changes in the set post style. Pull to refresh will not help. Only switching via the Navigation Bar menu will update the post layout.
    While we are at it. A preview for this setting would be great.

    Switching to the account tap will always return you to the first screen and not the sunscreen you were on previously. At least that problem does not exists for posts.

    Guests instances could really use an explanation about what they do.

    The NavigationBar is very not iOS like.
    The back button should have a meaningful label and having no title until you scroll feels wrong. I think you are trying to emulate the butchered detail view of the mail app, but without the back button text this just feels empty but adding it might be enough to make it work.

    Also there is a UI bug when the navigationBar (dis)appears where the back button vanishes first/gets added before the bar appears.

    Tapping next to the comments count beneath the post sometimes collapses/expands the post. Sometimes not.

    Sorry if I sound a bit harsh. I see a lot of potential in this app. But also a lot of work.
    Onboarding is pretty great though.

    Keep on keeping on!