SwiftUI-LazyPager
SwiftUI-LazyPager copied to clipboard
A SwiftUI, lazy loaded, paging, panning, and zooming view for images and more
I have started using this package in a personal project of mine and tried to think of a way we might be able to use `matchedGeometryEffect` with the image. Any...
Thank you for this wonderful package! Everything works just fine! But there is one annoying problem - the images shake when we zoom out. This happens because during zooming out,...
Hi, naturally our users want to page between images, videos and such but also pdfs or word documents. iOS provides an easy way to display those with a QLPreviewController which...