{"id":13742940,"url":"https://github.com/B-Sides/ELCImagePickerController","last_synced_at":"2025-05-09T00:32:27.429Z","repository":{"id":1105449,"uuid":"970981","full_name":"B-Sides/ELCImagePickerController","owner":"B-Sides","description":"A clone of the UIImagePickerController using the Assets Library Framework allowing for multiple asset selection","archived":false,"fork":false,"pushed_at":"2020-09-25T11:01:15.000Z","size":951,"stargazers_count":1648,"open_issues_count":44,"forks_count":468,"subscribers_count":91,"default_branch":"master","last_synced_at":"2025-04-27T08:47:20.025Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://www.icodeblog.com","language":"Objective-C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/B-Sides.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2010-10-08T00:28:18.000Z","updated_at":"2025-04-09T04:14:59.000Z","dependencies_parsed_at":"2022-07-18T18:42:21.150Z","dependency_job_id":null,"html_url":"https://github.com/B-Sides/ELCImagePickerController","commit_stats":null,"previous_names":["elc/elcimagepickercontroller"],"tags_count":10,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/B-Sides%2FELCImagePickerController","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/B-Sides%2FELCImagePickerController/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/B-Sides%2FELCImagePickerController/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/B-Sides%2FELCImagePickerController/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/B-Sides","download_url":"https://codeload.github.com/B-Sides/ELCImagePickerController/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253171145,"owners_count":21865275,"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":[],"created_at":"2024-08-03T05:00:38.079Z","updated_at":"2025-05-09T00:32:27.076Z","avatar_url":"https://github.com/B-Sides.png","language":"Objective-C","readme":"# ELCImagePickerController\n\n*A clone of the UIImagePickerController using the Assets Library Framework allowing for multiple asset selection.*\n\n## Usage\n\nThe image picker is created and displayed in a very similar manner to the `UIImagePickerController`. The sample application  shows its use. To display the controller you instantiate it and display it modally like so.\n\n```obj-c\n// Create the image picker\nELCImagePickerController *elcPicker = [[ELCImagePickerController alloc] initImagePicker];\nelcPicker.maximumImagesCount = 4; //Set the maximum number of images to select, defaults to 4\nelcPicker.returnsOriginalImage = NO; //Only return the fullScreenImage, not the fullResolutionImage\nelcPicker.returnsImage = YES; //Return UIimage if YES. If NO, only return asset location information\nelcPicker.onOrder = YES; //For multiple image selection, display and return selected order of images\nelcPicker.imagePickerDelegate = self;\n\n//Present modally\n[self presentViewController:elcPicker animated:YES completion:nil];\n\n// Release if not using ARC\n[elcPicker release];\n```\n\nThe `ELCImagePickerController` will return the select images back to the `ELCImagePickerControllerDelegate`. The delegate contains methods very similar to the `UIImagePickerControllerDelegate`. Instead of returning one dictionary representing a single image the controller sends back an array of similarly structured dictionaries. The two delegate methods are:\n\n```obj-c\n- (void)elcImagePickerController:(ELCImagePickerController *)picker didFinishPickingMediaWithInfo:(NSArray *)info;\n- (void)elcImagePickerControllerDidCancel:(ELCImagePickerController *)picker;\n```\n\nThe Image Picker allows for some customization, including limiting \n    to just one photo album, limiting to single image selection, and automatically\n    scrolling to the bottom. See the demo viewcontroller for example usage.\n\n## License\n\nThe MIT License\n\nCopyright (c) 2010 ELC Technologies\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\nTHE SOFTWARE.\n","funding_links":[],"categories":["Objective-C  Stars 1000以内排名整理","etc"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FB-Sides%2FELCImagePickerController","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FB-Sides%2FELCImagePickerController","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FB-Sides%2FELCImagePickerController/lists"}