this post was submitted on 10 Apr 2024
9 points (100.0% liked)
Arctic
361 readers
2 users here now
Arctic is a Lemmy client for iOS built on pure Swift. It currently supports iOS 15+ and Lemmy v0.17+
Get the latest version on TestFlight, or check it out on the AppStore.
If you would like to support Arctic’s development, feel free to Buy Me A Coffee
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
That’s great—the image open / zoom / dismiss flow is really smooth now, thanks for taking me back to the best days of Apollo :)
The only two minor niggles, neither of which are high priority at all, are the phone status bar (don’t know if that can be hidden in portrait), and the ‘small drag’. That last one only happens if you move a zoomed in image by a few pixels. It looks like the touch and release point being close to each other is interpreted as a tap regardless of how long it takes.
BTW, can you tell what I do for a living :)
Awesome! Glad you like the improvements. I ended up writing some custom gesture recognizes to handle some of the issues and it seems to flow a lot better now.
I did add another small tweak to the tap gesture this morning that cancels the gesture if the press is longer than a fraction of a second and it also cancels if the touch is moved during the press. I had this in last night’s release, though the timeout was not working properly, and the movement threshold was a bit too high to work as I intended.
As for hiding of the status bar, this is the default behavior. I believe I may have disable this on non-notched devices, but I will have to look back to be certain. What device and iOS version are you using? I’ll test in the simulator and see what is going on.
I’d assume you work with front end development in some way (UI / UX) or perhaps QA testing, if I had to wager a guess. You seem to be finding all of the minor little details that make a big difference for the users.
Yeah, front end UI dev and testing :)
I’m using an SE 3 model A2783 so notch. Note the status bar is a minor irritation in regular view when hide bars is set for scrolling in the feed. The top and bottom button bars go but the status bar overlays onto the post. It only happens in portrait, so I assume that’s an iOS thing.
All the other changes are superb. Thanks again for your efforts on Arctic.
Yeah, that definitely makes sense
I misunderstood the status bar issue. I was under the impression that it was not hiding when opening a media preview. I did some testing hiding the status bar when scrolling, and it does work, though it causes some strange behavior, and the animation is choppy. I’ll do some more testing with this and see if I can’t get it working smoothly, but there is not much I can do within the API.
I can live with it in the feed view tbh—there are some glitches when the bars are set to hide in feed view I that they obviously have to come back when opening a post. That makes it a bit janky so I’ll probably leave them visible tbh.
But status bar in media view would be great to hide if that can go.
Yeh, there is room for improvement with hiding bars, and navigation that I just haven’t figured out how I want to address yet.
I did manage to fix hiding the status bar in the media viewer for non-notched devices. I tested on an SE (gen 3) and it seems to be working well. I originally had disabled hiding the status bar on non-notched devices due to an ugly transition when the status bar hides, but I managed to fix that yesterday.
Thank you so much for all the feedback lately, it’s been a big help in finally going through and addressing some long standing bugs and annoyances!
No problem at all—it’s great to see the rough edges all disappearing :). Status bar works nicely now.