We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
.fade
The problem can be identified by setting the presentationStyle to .fade in the example project
GalleryConfigurationItem.presentationStyle(.fade),
Is there any workaround for this?
The library is installed via pod pod 'ImageViewer', :git => 'https://github.com/Krisiacik/ImageViewer.git'
pod 'ImageViewer', :git => 'https://github.com/Krisiacik/ImageViewer.git'
My Swift is 4.2
4.2
This issue should be the same one mentioned is issue no animation and no current image if I set presentationStyle with .fade #190
The text was updated successfully, but these errors were encountered:
Fixed Krisiacik#190 & Krisiacik#243
1ab1e31
No branches or pull requests
The problem can be identified by setting the presentationStyle to
.fade
in the example projectGalleryConfigurationItem.presentationStyle(.fade),
Is there any workaround for this?
FYI
The library is installed via pod
pod 'ImageViewer', :git => 'https://github.com/Krisiacik/ImageViewer.git'
My Swift is
4.2
This issue should be the same one mentioned is issue no animation and no current image if I set presentationStyle with .fade #190
The text was updated successfully, but these errors were encountered: