{"id":19775529,"url":"https://github.com/jaredchu/jcactionsheet","last_synced_at":"2025-10-08T19:09:43.249Z","repository":{"id":94223464,"uuid":"74023908","full_name":"jaredchu/JCActionSheet","owner":"jaredchu","description":"Action Sheet with check mark like PodCasts app.","archived":false,"fork":false,"pushed_at":"2017-04-05T08:18:41.000Z","size":17,"stargazers_count":4,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-05-13T01:05:53.879Z","etag":null,"topics":["actionsheet","checkmark","objc","podcast","swift"],"latest_commit_sha":null,"homepage":null,"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/jaredchu.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2016-11-17T12:14:33.000Z","updated_at":"2024-08-14T12:13:31.000Z","dependencies_parsed_at":"2023-07-27T08:02:07.313Z","dependency_job_id":null,"html_url":"https://github.com/jaredchu/JCActionSheet","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/jaredchu/JCActionSheet","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jaredchu%2FJCActionSheet","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jaredchu%2FJCActionSheet/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jaredchu%2FJCActionSheet/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jaredchu%2FJCActionSheet/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jaredchu","download_url":"https://codeload.github.com/jaredchu/JCActionSheet/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jaredchu%2FJCActionSheet/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279000701,"owners_count":26082805,"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-10-08T02:00:06.501Z","response_time":56,"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":["actionsheet","checkmark","objc","podcast","swift"],"created_at":"2024-11-12T05:16:32.930Z","updated_at":"2025-10-08T19:09:43.244Z","avatar_url":"https://github.com/jaredchu.png","language":"Objective-C","readme":"# JCActionSheet\nAction Sheet with check mark like PodCasts app.\n\n![JCActionSheet](https://i.stack.imgur.com/TYzUcl.jpg \"Screenshot\")\n![JCActionSheet](https://i.stack.imgur.com/bS5FIl.png \"Screenshot\")\n\n## Usage in Swift:\n```swift\nlet actionSheet = JCActionSheet.init(title: nil, delegate: self, cancelButtonTitle: \"Cancel\", \ndestructiveButtonTitle: \"Delete\", otherButtonTitles: [\"Button 1\",\"Button 2\",\"Button 3\"], \ntextColor: UIColor.black, checkedButtonIndex:0);\n\nself.present(actionSheet, animated: true, completion: nil);\n```\n\n## Usage in ObjectiveC:\n```objc\nJCActionSheet *actionSheet = [[JCActionSheet alloc]initWithTitle:nil delegate:self cancelButtonTitle:@\"Cancel\" \ndestructiveButtonTitle:nil otherButtonTitles:@[@\"Button 1\",@\"Button 2\",@\"Button 3\"] \ntextColor:[UIColor blackColor] checkedButtonIndex:0];\n\n[self presentViewController:actionSheet animated:YES completion:nil];\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjaredchu%2Fjcactionsheet","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjaredchu%2Fjcactionsheet","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjaredchu%2Fjcactionsheet/lists"}