PovioKit
PovioKit copied to clipboard
UI/PhotoPreview
A UI component you can use to present an image or set of images in full-screen mode.
Requirements
- [x] you should be able to inject an array of images
- [X] image preview is presented full-screen
- [X] you can zoom and pan the image
- [X] you can rotate the screen vertically and/or horizontally
- [X] you can navigate to the next screen (if multiple are supplied)
- [X] swipe down to dismiss it interactively
- [X] written in SwiftUI
Closes #206