{"id":27039698,"url":"https://github.com/shuvokr/swiftyimagepicker","last_synced_at":"2025-04-05T03:18:02.381Z","repository":{"id":62456972,"uuid":"442820267","full_name":"shuvokr/SwiftyImagePicker","owner":"shuvokr","description":"Simple image picker. This iOS swift SDK can pick image to your iOS swift project through gallery \u0026 camera.","archived":false,"fork":false,"pushed_at":"2021-12-30T09:15:57.000Z","size":109,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-05T01:24:52.310Z","etag":null,"topics":["2021","2021-projects","camera","cocoapod","google","image","ios","ios-app","ios-development","ios-sdk","ios-swift","ios-ui","ios11","ios13","photo","pod","pod-install","swift","swift5","xcode"],"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/shuvokr.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":"2021-12-29T15:53:24.000Z","updated_at":"2021-12-30T09:16:00.000Z","dependencies_parsed_at":"2022-11-02T00:17:22.047Z","dependency_job_id":null,"html_url":"https://github.com/shuvokr/SwiftyImagePicker","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shuvokr%2FSwiftyImagePicker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shuvokr%2FSwiftyImagePicker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shuvokr%2FSwiftyImagePicker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shuvokr%2FSwiftyImagePicker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/shuvokr","download_url":"https://codeload.github.com/shuvokr/SwiftyImagePicker/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247280317,"owners_count":20912976,"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":["2021","2021-projects","camera","cocoapod","google","image","ios","ios-app","ios-development","ios-sdk","ios-swift","ios-ui","ios11","ios13","photo","pod","pod-install","swift","swift5","xcode"],"created_at":"2025-04-05T03:18:01.531Z","updated_at":"2025-04-05T03:18:02.375Z","avatar_url":"https://github.com/shuvokr.png","language":"Swift","funding_links":[],"categories":[],"sub_categories":[],"readme":"# SwiftyImagePicker\n\n\u003cdiv align=\"center\"\u003e\n\n**[SwiftyImagePicker](https://github.com/shuvokr/SwiftyImagePicker) • \n[LICENSE](https://github.com/shuvokr/SwiftyImagePicker/blob/master/LICENSE)**\n\n\u003c/div\u003e\n\n\u003cbr /\u003e\n\n# 🧐 Project philosophy\n\n\u003e Simple image picker.\n\u003e \n\u003e This iOS swift SDK can pick image to your iOS swift project through gallery \u0026 camara.\n\n\nhttps://user-images.githubusercontent.com/12962997/147691062-686496d1-bdd6-4cd0-b635-175b0634b376.mov\n\n\n## Features\n\u003e Pick image from Gallery.\n\u003e \n\u003e Pick image from Camara.\n\n## Requirements\n\u003e Swift\n\u003e \n\u003e iOS 9.0+\n\n## Installation\n```\npod 'SwiftyImagePicker'\n```\n\n## How To Use\n\u003e pod install\n\u003e \n\u003e Open SwiftyImagePicker.xcworkspace\n\u003e \n\u003e Select terget: SwiftyImagePickerExample\n\n\u003cimg width=\"851\" alt=\"SwiftyImagePicker Sample Video.mov\" src=\"https://user-images.githubusercontent.com/12962997/147737735-ffe1ae13-8c81-4d50-9fe6-d64eedf998cb.png\"\u003e\n\n\n\u003e Update your info.plis by\n\u003e\n\u003e KEY   : NSCameraUsageDescription\n\u003e\n\u003e Value : Use to camara access for take a selfi.\n\n\n```\nimport UIKit\nimport SwiftyImagePicker\n\nclass ViewController: UIViewController {\n\n    @IBOutlet weak var pickedImageView: UIImageView!\n    override func viewDidLoad() {\n        super.viewDidLoad()\n        // Do any additional setup after loading the view.\n    }\n    @IBAction func pickImageButtonAction(_ sender: UIButton) {\n        let imagePik = SwiftyImagePicker()\n        imagePik.pickImage(self) { image in\n            DispatchQueue.main.async {\n                // picked image : process your picked image here\n                self.pickedImageView.image = image\n            }\n        }\n    }\n}\n```\n\n#### For MORE details please check the example project. Thanks...\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshuvokr%2Fswiftyimagepicker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fshuvokr%2Fswiftyimagepicker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshuvokr%2Fswiftyimagepicker/lists"}