{"id":17163295,"url":"https://github.com/noppefoxwolf/dcalertcontroller","last_synced_at":"2026-03-08T21:36:59.629Z","repository":{"id":33853584,"uuid":"37558972","full_name":"noppefoxwolf/DCAlertController","owner":"noppefoxwolf","description":"Alert like Android wear(Delay Confirm)","archived":false,"fork":false,"pushed_at":"2015-06-16T22:24:43.000Z","size":340,"stargazers_count":18,"open_issues_count":0,"forks_count":3,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-06-20T14:08:53.050Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Swift","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/noppefoxwolf.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":"2015-06-16T22:16:56.000Z","updated_at":"2019-07-13T20:15:23.000Z","dependencies_parsed_at":"2022-08-27T02:37:55.970Z","dependency_job_id":null,"html_url":"https://github.com/noppefoxwolf/DCAlertController","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/noppefoxwolf/DCAlertController","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/noppefoxwolf%2FDCAlertController","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/noppefoxwolf%2FDCAlertController/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/noppefoxwolf%2FDCAlertController/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/noppefoxwolf%2FDCAlertController/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/noppefoxwolf","download_url":"https://codeload.github.com/noppefoxwolf/DCAlertController/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/noppefoxwolf%2FDCAlertController/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261960504,"owners_count":23236573,"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-10-14T22:48:32.573Z","updated_at":"2026-03-08T21:36:59.598Z","avatar_url":"https://github.com/noppefoxwolf.png","language":"Swift","funding_links":[],"categories":[],"sub_categories":[],"readme":"# DCAlertController\nAlert like Android wear\n\n![](https://raw.githubusercontent.com/noppefoxwolf/DCAlertController/master/sample.gif)\n\nAuto Confirm Alert written in Swift like android wear.\n\n## Easy to use.\n```swift\nlet vc = DCAlertController(title: \"test title\", message: \"message\")\nvc.setConfirmAction { (controlelr) -\u003e Void in\n  self.dismissViewControllerAnimated(true, completion: { () -\u003e Void in\n                print(\"confirm!!\")\n  })\n}\nvc.setCancelAction { (controlelr) -\u003e Void in\n  self.dismissViewControllerAnimated(true, completion: { () -\u003e Void in\n    print(\"cancel!!\")\n  })\n}\npresentViewController(vc, animated: true, completion: nil)\n```\n\n## Installation\nadd DCAlertController.swift your project.\n\n## License\nThis software is released under the MIT License.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnoppefoxwolf%2Fdcalertcontroller","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnoppefoxwolf%2Fdcalertcontroller","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnoppefoxwolf%2Fdcalertcontroller/lists"}