-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
UI/PhotoPreview #330
base: develop
Are you sure you want to change the base?
UI/PhotoPreview #330
Conversation
Sources/UI/SwiftUI/Views/PhotoPreview/PhotoPreviewConfiguration.swift
Outdated
Show resolved
Hide resolved
Sources/UI/SwiftUI/Views/PhotoPreview/PhotoPreviewConfiguration.swift
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I like it. I would also like to see a preview of it in the Storbybook app. Can you do that within this PR please.
I've previewed the component in the Storybook app. Here is my observation:
Screen.Recording.2024-09-23.at.08.45.45.mov |
@borut-t I've made some changes to loading remote images. The issue persisted only when Kingfisher was not available. |
There is still some glitching going on... Regards to the TabView, I think this can be done with it. |
@borut-t the glitch should now be fixed 🙏 |
And they truly are. Two things:
|
@borut-t we can't use the default one since we are using |
ad1db20
to
6f1017f
Compare
6f1017f
to
960df31
Compare
A UI component you can use to present an image or set of images in full-screen mode.
Requirements
Closes #206