SimpleImageViewer icon indicating copy to clipboard operation
SimpleImageViewer copied to clipboard

Fixed a few issues and implemented features

Open swesteme opened this issue 7 years ago • 1 comments

Fixes #42, fixes #35, fixes #21.

Changes proposed in this pull request: Implemented new features:

  • possibility to change background colour (see example app)
  • possibility to hide close button (see example app)
  • enable use of storyboard controller instantiation (see example app)
  • ability to overlay image view controller with other views (for reload, share, etc.) when embedded in other views (see example app) Updated podspec version to 2.0.0 because of incompatible API change.

swesteme avatar Jan 15 '19 22:01 swesteme

The updated version is used in the Toeppersee app, including the possibility to use the image view as an embedded view controller: https://itunes.apple.com/de/app/toeppersee/id793480458?mt=8

The updated documentation can be reviewed here: https://github.com/swesteme/SimpleImageViewer

swesteme avatar Mar 11 '19 16:03 swesteme