{"id":22002183,"url":"https://github.com/kenanatmaca/popupmessagebox","last_synced_at":"2026-02-01T01:05:29.052Z","repository":{"id":130625658,"uuid":"72984503","full_name":"KenanAtmaca/PopUpMessageBox","owner":"KenanAtmaca","description":"İOS Beautiful animated replaceable message box","archived":false,"fork":false,"pushed_at":"2016-11-06T11:55:06.000Z","size":14,"stargazers_count":5,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-06-03T14:43:39.141Z","etag":null,"topics":["alertview","ios","ios-animation","swift"],"latest_commit_sha":null,"homepage":null,"language":"Swift","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/KenanAtmaca.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-06T10:50:35.000Z","updated_at":"2019-12-10T12:17:55.000Z","dependencies_parsed_at":"2024-03-17T10:30:52.597Z","dependency_job_id":null,"html_url":"https://github.com/KenanAtmaca/PopUpMessageBox","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/KenanAtmaca/PopUpMessageBox","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KenanAtmaca%2FPopUpMessageBox","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KenanAtmaca%2FPopUpMessageBox/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KenanAtmaca%2FPopUpMessageBox/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KenanAtmaca%2FPopUpMessageBox/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/KenanAtmaca","download_url":"https://codeload.github.com/KenanAtmaca/PopUpMessageBox/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KenanAtmaca%2FPopUpMessageBox/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28963216,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-01T00:42:38.011Z","status":"ssl_error","status_checked_at":"2026-02-01T00:42:35.920Z","response_time":128,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["alertview","ios","ios-animation","swift"],"created_at":"2024-11-29T23:16:46.596Z","updated_at":"2026-02-01T01:05:29.047Z","avatar_url":"https://github.com/KenanAtmaca.png","language":"Swift","funding_links":[],"categories":[],"sub_categories":[],"readme":"# PopUpMessageBox\nİOS Beautiful animated replaceable message box\n\n\n![alt tag](https://cloud.githubusercontent.com/assets/16580898/20037189/d00eb174-a423-11e6-8d3d-2a87c21f1ae8.png)\n\n![alt tag](https://cloud.githubusercontent.com/assets/16580898/20037191/d96729cc-a423-11e6-8608-f813a1579b90.png)\n\n```Swift\n puBox = PopUpMessageBox(to: self.view, icon: UIImage(named:\"ms.png\")!, title: \"Send Message\")\n \n         puBox.setup()\n        \n         puBox.addSendHandle(target: self, selector: #selector(sendMsg))\n         puBox.addCancelHandle(target: self, selector: #selector(cancelMsg))\n```\n\nTextView text\n\n```Swift\n  func sendMsg() {\n        // Send Code\n        \n        print(puBox.msgText!)\n        \n    }\n```\n\nCancel handle call remove function\n\n```Swift\n func cancelMsg() {\n        // Cancel Code\n        \n        puBox.remove()\n        \n    }\n```\n\nChange Icon,title vs.\n\n```Swift\n PopUpMessageBox(to: self.view, icon: UIImage(named \"ms.png\")!, title: \"Send\", sendTitle: \"Go\", cancelTitle: \"Cancel\", sendColor: UIColor.black, cancelColor: UIColor.gray)\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkenanatmaca%2Fpopupmessagebox","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkenanatmaca%2Fpopupmessagebox","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkenanatmaca%2Fpopupmessagebox/lists"}