this post was submitted on 17 Sep 2024
6 points (100.0% liked)

Arctic

350 readers
7 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
 

Thanks for making this app.

The bar at the bottom seems to scroll up before being hidden when scrolling. I’ll attach a video in a moment to illustrate this.

Video

Also I only noticed this after upgrading to ios18 last night.

you are viewing a single comment's thread
view the rest of the comments
[–] CreatureSurvive@lemmy.world 3 points 2 weeks ago (3 children)

This one was a bit of a headache to figure out. It turns out this is actually a bug in iOS 18. Apple officially added support for animating the tab bar while hiding it. Even after using the new API in iOS 18 for hiding the tab bar, I still encountered the same issue. Well, I figured out this is actually a bug in which hiding both the navigation bar and the tab bar at the same time will result in this visual glitch.

I managed to figure out a work around, and it seems to be working as intended now. Thanks for letting me know about this! I had not done any testing on iOS 18 until now, and I was able to fix a few other issues while I was at it.

[–] th3dogcow@lemmy.world 1 points 2 weeks ago (2 children)

Thanks for the awesome work. Glad to be a help.

[–] CreatureSurvive@lemmy.world 1 points 1 day ago (1 children)

I just wanted to check and see if the latest update resolved this issue for you? I wasn’t able to test this on a real device, only the simulator.

[–] th3dogcow@lemmy.world 1 points 1 day ago

Oh, yes. It seems fixed. Thanks!