Multiple Image Viewer - AsyncImage - SwiftUI
🕑 Added 2024-12-20 19:42:29 +0000 UTCSource Code For Multiple Image Viewer - AsyncImage - SwiftUI.
Download Code 👇
Comments
Roman Khomych
hi, this widget happened to have one annoying bug: when you terminate opening animation before it is supposed to be complete - the latest touched image on place of thumbnail is disappearing, although, physically it exists and if to tap 1-2 times on the missing place - it will appear and opening animation will be initiated again.
Abowodi H
Hi, it's great work, but there's a strange issue. When I declare @Environment(\.dismiss) var dismiss in my view and navigate to that view using navigationDestination, the navigation transition zoom stops working, and the app freezes and When I remove @Environment(\.dismiss) its work good. How to fix that, becuase I need @Environment(\.dismiss) in my view