{"id":18271084,"url":"https://github.com/guicocoa/photopicker-ios","last_synced_at":"2025-04-05T01:31:05.013Z","repository":{"id":1616102,"uuid":"2265148","full_name":"guicocoa/photopicker-ios","owner":"guicocoa","description":"A better UIImagePickerController","archived":true,"fork":false,"pushed_at":"2013-01-11T22:08:56.000Z","size":2760,"stargazers_count":94,"open_issues_count":1,"forks_count":16,"subscribers_count":7,"default_branch":"master","last_synced_at":"2024-11-05T11:53:18.806Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Objective-C","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/guicocoa.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":"2011-08-25T00:22:26.000Z","updated_at":"2023-01-28T15:26:23.000Z","dependencies_parsed_at":"2022-09-11T05:52:57.771Z","dependency_job_id":null,"html_url":"https://github.com/guicocoa/photopicker-ios","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/guicocoa%2Fphotopicker-ios","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/guicocoa%2Fphotopicker-ios/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/guicocoa%2Fphotopicker-ios/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/guicocoa%2Fphotopicker-ios/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/guicocoa","download_url":"https://codeload.github.com/guicocoa/photopicker-ios/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247276043,"owners_count":20912286,"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-11-05T11:39:04.114Z","updated_at":"2025-04-05T01:31:01.102Z","avatar_url":"https://github.com/guicocoa.png","language":"Objective-C","funding_links":[],"categories":["etc"],"sub_categories":[],"readme":"# About\n\nThis library is designed to mimick the core functionality of `UIImagePickerController`. It also has a few unique features not found Apple's implementation.\n\n- Full-screen library browser for the iPad\n- Preserves all item metadata (including location data)\n\n# Requirements\n\nThis library requires the presence of the following frameworks:\n\n- `AssetsLibrary.framework`\n- `QuartzCore.framework`\n\nThe project must be built against the iOS 5.0 SDK or higher.\n\nIf your project is not setup to use ARC, add `-fobjc-arc` to all source files for this library in your target's \"Compile Sources\" build phase.\n\n# Usage\n\nAdd the \"GCImagePickerController\" folder to your project. Import the main header where you intend to use the picker.\n\n```objc\n#import \"GCImagePickerController.h\"\n```\n\nUse the picker.\n\n```objc\n// create picker\nGCImagePickerController *picker = [GCImagePickerController picker];\n\n// set custom action title and block\npicker.actionTitle = @\"Upload\";\npicker.selectedItemsBlock = ^(NSSet *URLs) {\n    NSLog(@\"%@\", URLs);\n};\n\n// finish up and present\npicker.finishBlock = ^{ // this is optional\n    [self dismissViewControllerAnimated:YES completion:nil];\n};\n[self presentViewController:picker animated:YES completion:nil];\n````\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fguicocoa%2Fphotopicker-ios","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fguicocoa%2Fphotopicker-ios","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fguicocoa%2Fphotopicker-ios/lists"}