{"id":18976623,"url":"https://github.com/khuong291/kpactionsheet","last_synced_at":"2025-04-19T17:13:11.327Z","repository":{"id":40605301,"uuid":"83143238","full_name":"khuong291/KPActionSheet","owner":"khuong291","description":"A replacement of default action sheet, but has very simple usage","archived":false,"fork":false,"pushed_at":"2017-02-26T05:29:50.000Z","size":56,"stargazers_count":7,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-11T13:15:57.929Z","etag":null,"topics":["actionsheet","ios","swift"],"latest_commit_sha":null,"homepage":"","language":"Swift","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/khuong291.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-02-25T16:00:31.000Z","updated_at":"2022-06-27T01:48:32.000Z","dependencies_parsed_at":"2022-08-24T23:41:16.326Z","dependency_job_id":null,"html_url":"https://github.com/khuong291/KPActionSheet","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/khuong291%2FKPActionSheet","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/khuong291%2FKPActionSheet/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/khuong291%2FKPActionSheet/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/khuong291%2FKPActionSheet/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/khuong291","download_url":"https://codeload.github.com/khuong291/KPActionSheet/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249746047,"owners_count":21319581,"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":["actionsheet","ios","swift"],"created_at":"2024-11-08T15:25:37.156Z","updated_at":"2025-04-19T17:13:11.295Z","avatar_url":"https://github.com/khuong291.png","language":"Swift","funding_links":[],"categories":[],"sub_categories":[],"readme":"# KPActionSheet\n\nA replacement of default action sheet, but has very simple usage.\n\n![](KPActionSheet.gif)\n\n## Todo\n\nAdd more custom affects and styles.\n\n## Installation\n\n#### CocoaPods\n**KPActionSheet** is available through [CocoaPods](http://cocoapods.org). To install\nit, simply add the following line to your Podfile:\n\n```ruby\npod 'KPActionSheet', git: 'https://github.com/khuong291/KPActionSheet'\n```\n\n#### Manually\n1. Download and drop needed files in your project.  \n2. Congratulations!\n\n#### Usage\n\n```swift\nlet kpActionSheet = KPActionSheet(items: [\n            KPItem(title: \"Hello guys 😎\", onTap: { \n                print(\"Hello guys 😎\")\n            }),\n            KPItem(title: \"Hello girls 😇\", onTap: {\n                print(\"Hello girls 😇\")\n            }),\n            KPItem(title: \"Cancel\", type: .Cancel)\n        ])\n        present(kpActionSheet, animated: true, completion: nil)\n```  \n\n## Contributor\n\nIt would be greatly appreciated when you make a pull-quest  🤗\n\n## Author\n\nKhuong Pham, dkhuong291@gmail.com\n\n## License\n\n**KPActionSheet** is available under the MIT license. See the [LICENSE](https://github.com/khuong291/KPActionSheet/blob/master/LICENSE.md) file for more info.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkhuong291%2Fkpactionsheet","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkhuong291%2Fkpactionsheet","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkhuong291%2Fkpactionsheet/lists"}