SimpleImageViewer
SimpleImageViewer copied to clipboard
#fix ios 13-image dragging
Fixes #.
Changes proposed in this pull request:
- Fix Image transaction while dragging, which caused a problem that hides some parts of the previous view in a specific ios versions from ios 13 to upper versions.
the best way fixed this issue use this > self.modalPresentationStyle = .fullScreen
@saroar Did you try it? I think when u present full-screen nothing will happen also.
@karim-8 yes I try its working good from my side