this post was submitted on 03 Feb 2025
11 points (86.7% liked)
Arctic
471 readers
13 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 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Adding a second tap to conceal NSFW content would disrupt the tap to open functionality. I prefer the tap to open to be a universal gesture across all media, rather than having special behavior for NSFW content.
Instead, I’ve modified the NSFW blur view to collapse into a button upon pressing. This button can then be tapped to re-hide the content. In my opinion, this combination strikes the best balance. It enables re-hiding content while maintaining the consistent tap to open behavior throughout Arctic.
Thank you for the suggestion, I've noticed the need for adding support for re-hiding content, but I never took the time to implement this. I'll probably release an update tonight for this feature.
Many thanks!