this post was submitted on 17 Sep 2024
6 points (100.0% liked)
Arctic
358 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
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.
Thanks for the awesome work. Glad to be a help.
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.
Oh, yes. It seems fixed. Thanks!