SimpleImageViewer icon indicating copy to clipboard operation
SimpleImageViewer copied to clipboard

#fix ios 13-image dragging

Open karim-8 opened this issue 5 years ago • 3 comments

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.

karim-8 avatar Jan 18 '20 01:01 karim-8

the best way fixed this issue use this > self.modalPresentationStyle = .fullScreen

saroar avatar Feb 07 '20 09:02 saroar

@saroar Did you try it? I think when u present full-screen nothing will happen also.

karim-8 avatar Feb 20 '20 12:02 karim-8

@karim-8 yes I try its working good from my side

saroar avatar Feb 21 '20 05:02 saroar