{"id":1511,"url":"https://github.com/Minitour/AZImagePreview","last_synced_at":"2025-08-02T04:31:57.330Z","repository":{"id":53066491,"uuid":"96933211","full_name":"Minitour/AZImagePreview","owner":"Minitour","description":"iOS Framework that makes it easy to preview images on any UIImageView.","archived":false,"fork":false,"pushed_at":"2021-04-08T08:50:31.000Z","size":27077,"stargazers_count":27,"open_issues_count":0,"forks_count":5,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-07-15T02:35:27.288Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/Minitour.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-07-11T20:12:27.000Z","updated_at":"2025-06-01T18:59:30.000Z","dependencies_parsed_at":"2022-08-20T18:50:34.034Z","dependency_job_id":null,"html_url":"https://github.com/Minitour/AZImagePreview","commit_stats":null,"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"purl":"pkg:github/Minitour/AZImagePreview","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Minitour%2FAZImagePreview","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Minitour%2FAZImagePreview/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Minitour%2FAZImagePreview/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Minitour%2FAZImagePreview/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Minitour","download_url":"https://codeload.github.com/Minitour/AZImagePreview/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Minitour%2FAZImagePreview/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":268334614,"owners_count":24233793,"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","status":"online","status_checked_at":"2025-08-02T02:00:12.353Z","response_time":74,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":[],"created_at":"2024-01-05T20:15:48.173Z","updated_at":"2025-08-02T04:31:54.582Z","avatar_url":"https://github.com/Minitour.png","language":"Swift","funding_links":[],"categories":["Media"],"sub_categories":["Image","Other free courses"],"readme":"# AZImagePreview\niOS Framework that makes it easy to preview images on any UIImageView.\n\n## Screenshots\n\u003cimg src=\"Screenshots/sc1.gif\" width=\"280\" /\u003e \u003cimg src=\"Screenshots/sc2.gif\" width=\"280\" /\u003e \n\n\n## Installation:\n\n### Cocoa Pods:\n\n```bash\npod 'AZImagePreview'\n```\n\n### Swift Package Manager\n\nYou can use [The Swift Package Manager](https://swift.org/package-manager) to install `AZImagePreview` by adding the proper description to your `Package.swift` file:\n\n```swift\n// swift-tools-version:4.0\nimport PackageDescription\n\nlet package = Package(\nname: \"YOUR_PROJECT_NAME\",\ndependencies: [\n.package(url: \"https://github.com/Minitour/AZImagePreview.git\", from: \"1.2.1\"),\n]\n)\n```\nThen run `swift build` whenever you get prepared.\n\n### Manual:\n\nSimply drag and drop the ```Sources``` folder to your project.\n\n\n### Conform to the AZPreviewImageViewDelegate protocol:\n\n```swift\n\nextension ViewController: AZPreviewImageViewDelegate{\n    func previewImageViewInRespectTo(_ previewImageView: UIImageView) -\u003e UIView? {\n        //return self.view or self.navigationController?.view (if you are using a navigation controller.\n        return view\n    }\n\n    func previewImageView(_ previewImageView: UIImageView, requestImagePreviewWithPreseneter presenter: AZImagePresenterViewController) {\n        present(presenter, animated: false, completion: nil)\n    }\n}\n\n```\n\n### Set the delegate on the UIImageView:\n\n```swift\n\n@IBOutlet weak var imageView: UIImageView!\n\noverride func viewDidLoad(){\n    super.viewDidLoad()\n    \n    imageView.delegate = self\n}\n\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FMinitour%2FAZImagePreview","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FMinitour%2FAZImagePreview","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FMinitour%2FAZImagePreview/lists"}