{"id":21276628,"url":"https://github.com/lctwisk/simpleimageviewer","last_synced_at":"2025-04-05T22:06:04.371Z","repository":{"id":54509236,"uuid":"92824934","full_name":"LcTwisk/SimpleImageViewer","owner":"LcTwisk","description":"A snappy image viewer with zoom and interactive dismissal transition.","archived":false,"fork":false,"pushed_at":"2022-02-16T06:22:46.000Z","size":106485,"stargazers_count":420,"open_issues_count":33,"forks_count":142,"subscribers_count":12,"default_branch":"master","last_synced_at":"2024-05-29T04:48:28.961Z","etag":null,"topics":["afrogleap","carthage","cocoapods","fullscreen","image","imageviewer","ios","spm","swift","viewer"],"latest_commit_sha":null,"homepage":"","language":"Swift","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/LcTwisk.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-05-30T11:12:17.000Z","updated_at":"2024-05-18T16:17:05.000Z","dependencies_parsed_at":"2022-08-13T18:10:36.881Z","dependency_job_id":null,"html_url":"https://github.com/LcTwisk/SimpleImageViewer","commit_stats":null,"previous_names":["afrogleap/simpleimageviewer"],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LcTwisk%2FSimpleImageViewer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LcTwisk%2FSimpleImageViewer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LcTwisk%2FSimpleImageViewer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LcTwisk%2FSimpleImageViewer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/LcTwisk","download_url":"https://codeload.github.com/LcTwisk/SimpleImageViewer/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247406085,"owners_count":20933803,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["afrogleap","carthage","cocoapods","fullscreen","image","imageviewer","ios","spm","swift","viewer"],"created_at":"2024-11-21T09:49:43.185Z","updated_at":"2025-04-05T22:06:04.352Z","avatar_url":"https://github.com/LcTwisk.png","language":"Swift","funding_links":[],"categories":[],"sub_categories":[],"readme":"![SimpleImageViewer](https://github.com/aFrogleap/SimpleImageViewer/blob/development/Documentation/banner.png)\n[![CI Status](https://travis-ci.org/aFrogleap/SimpleImageViewer.svg?branch=master)](https://travis-ci.org/aFrogleap/SimpleImageViewer)\n[![Swift 4.0](https://img.shields.io/badge/Swift-4.0-orange.svg?style=flat)](https://developer.apple.com/swift/)\n[![Carthage compatible](https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat)](https://github.com/Carthage/Carthage)\n[![Version](https://img.shields.io/cocoapods/v/SimpleImageViewer.svg?style=flat)](http://cocoadocs.org/docsets/SimpleImageViewer)\n[![Platforms iOS](https://img.shields.io/badge/Platforms-iOS-lightgray.svg?style=flat)](https://developer.apple.com/swift/)\n\nA snappy image viewer with zoom and interactive dismissal transition. \n\n![SimpleImageViewer](https://github.com/aFrogleap/SimpleImageViewer/blob/development/Documentation/example.gif)\n\n## Features\n\n- [x] Double tap to zoom in/out\n- [x] Interactive dismissal transition\n- [x] Animate in from thumbnail image or fade in\n- [x] Show activity indicator until image block is returned with new image\n- [x] Animate from thumbnail image view with all kinds of [content modes](https://developer.apple.com/documentation/uikit/uiviewcontentmode)\n\n## Get started!\n\n### Carthage\n\nTo install SimpleImageViewer into your Xcode project using [Carthage](https://github.com/Carthage/Carthage), specify it in your `Cartfile`:\n\n```ogdl\ngithub \"aFrogleap/SimpleImageViewer\" ~\u003e 1.1.1\n```\n\n### Cocoapods\n\nTo install SimpleImageViewer into your Xcode project using [CocoaPods](http://cocoapods.org), specify it in your `Podfile`:\n\n```ruby\npod 'SimpleImageViewer', '~\u003e 1.1.1'\n```\n\n### Swift Package Manager\n\nTo install SimpleImageViewer into your Xcode project using [Swift Package Manager](https://swift.org/package-manager), specify it in your `Package.swift` file:\n\n```swift\ndependencies: [\n    .Package(url: \"https://github.com/aFrogleap/SimpleImageViewer.git\", majorVersion: 1)\n]\n```\n\n## Sample Usage\n```swift\nlet configuration = ImageViewerConfiguration { config in\n    config.imageView = someImageView\n}\n\nlet imageViewerController = ImageViewerController(configuration: configuration)\n\npresent(imageViewerController, animated: true)\n\n```\n\n## Communication\n- If you **found a bug**, open an issue.\n- If you **have a feature request**, open an issue.\n- If you **want to contribute**, submit a pull request.\n\n## License\n\nSimpleImageViewer is available under the MIT license. See the LICENSE file for more info.\n\nCopyright (c) 2017 aFrogleap\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flctwisk%2Fsimpleimageviewer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flctwisk%2Fsimpleimageviewer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flctwisk%2Fsimpleimageviewer/lists"}