SimpleImageViewer icon indicating copy to clipboard operation
SimpleImageViewer copied to clipboard

A snappy image viewer with zoom and interactive dismissal transition.

Results 34 SimpleImageViewer issues
Sort by recently updated
recently updated
newest added

### Expected behavior When dismissing the view I expect to hide the view. ### Actual behavior The app crashed because an unexpected nil in this line: ![screen_shot_2018-04-27_at_07 18 36](https://user-images.githubusercontent.com/5408221/39351200-0cb0273c-4a01-11e8-8664-7dd3a69dec56.png) ###...

Fixes # . Changes proposed in this pull request: -migrated and fixed for swift 4.2 - -

### Expected behavior scroll to next image and open that image on screen ### Actual behavior but when i swipe to next and click on image view pervious image opened...

### Expected behavior I'd like the ability to get a callback, either through a closure or a delegate method when the user requests to close the view controller. This better...

How hard would it be to replace the imageview with another custom view?

Fixes #39 Changes proposed in this pull request: - Do not set a view to be hidden ('isHidden = true') as the StackView needs to re-calculate its layout. - Instead,...

### Setup One or multiple ImageViews are contained in a StackView. When an image is tapped, the SimpleImageViewer should do its transition. ### Expected behavior Opening and closing transitions as...

Fixes # Swift 4.2 errors

Fixes #15 . Changes proposed in this pull request: - Add the ability to show videos next to images

How can I apply CGAffineTransform to imageView ImageViewerConfiguration ? I try this ``` let configuration = ImageViewerConfiguration { config in config.imageView = imageView // my UImageView let angle: CGFloat =...