{"id":20656965,"url":"https://github.com/ahmedalmasri/dialcountries","last_synced_at":"2025-04-19T12:27:37.397Z","repository":{"id":56908514,"uuid":"270384989","full_name":"ahmedAlmasri/DialCountries","owner":"ahmedAlmasri","description":"DialCountries is a swift Controller. Provides country name, ISO 3166 country codes, country flag, and calling codes","archived":false,"fork":false,"pushed_at":"2020-09-01T12:03:29.000Z","size":16439,"stargazers_count":27,"open_issues_count":1,"forks_count":11,"subscribers_count":4,"default_branch":"master","last_synced_at":"2024-11-15T16:42:43.042Z","etag":null,"topics":["country-codes","country-flags","country-list","country-names","country-picker","ios","ios-swift","swift","xcode"],"latest_commit_sha":null,"homepage":"","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/ahmedAlmasri.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":"2020-06-07T17:47:39.000Z","updated_at":"2024-09-24T09:45:36.000Z","dependencies_parsed_at":"2022-08-21T03:50:16.261Z","dependency_job_id":null,"html_url":"https://github.com/ahmedAlmasri/DialCountries","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ahmedAlmasri%2FDialCountries","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ahmedAlmasri%2FDialCountries/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ahmedAlmasri%2FDialCountries/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ahmedAlmasri%2FDialCountries/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ahmedAlmasri","download_url":"https://codeload.github.com/ahmedAlmasri/DialCountries/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":224952036,"owners_count":17397494,"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":["country-codes","country-flags","country-list","country-names","country-picker","ios","ios-swift","swift","xcode"],"created_at":"2024-11-16T18:17:49.402Z","updated_at":"2024-11-16T18:17:50.098Z","avatar_url":"https://github.com/ahmedAlmasri.png","language":"Swift","funding_links":[],"categories":[],"sub_categories":[],"readme":"# DialCountries\n\n[![CI Status](https://img.shields.io/travis/ahmed.almasri@ymail.com/DialCountries.svg?style=flat)](https://travis-ci.org/ahmed.almasri@ymail.com/DialCountries)\n[![Version](https://img.shields.io/cocoapods/v/DialCountries.svg?style=flat)](https://cocoapods.org/pods/DialCountries)\n[![License](https://img.shields.io/cocoapods/l/DialCountries.svg?style=flat)](https://cocoapods.org/pods/DialCountries)\n[![Platform](https://img.shields.io/cocoapods/p/DialCountries.svg?style=flat)](https://cocoapods.org/pods/DialCountries)\n\n## Features\n\n- [ ] Support multiple languages.\n- [ ] Support Dark mode.\n- [ ] Search using many keywords (ISO2, Dial code, Country name).\n\n## Screenshots\n\n| English  |  Japanese |\n|---|---|\n| \u003cimg src=\"Screenshots/screen_en.gif\"\u003e  |  \u003cimg src=\"Screenshots/screen_ja.gif\"\u003e|\n\n## Using\n\n* Show `DialCountriesController`\n\n```swift\nlet controller = DialCountriesController(locale: Locale(identifier: \"ja\"))\n    controller.delegate = self\n    controller.show(vc: self)\n```\n\n* Delegate for selection\n\n```swift\nextension ViewController: DialCountriesControllerDelegate {\n func didSelected(with country: Country) {\n  print(country)\n }\n}\n```\n\n* Get Current country\n\n```swift\nCountry.getCurrentCountry()\n```\n\n## Requirements\n\n* iOS 12.0+\n* Swift 5.0+\n* Xcode 10.0+\n\n## Installation\n\nDialCountries is available through [CocoaPods](https://cocoapods.org). To install\nit, simply add the following line to your Podfile:\n\n```ruby\npod 'DialCountries'\n```\n\n## Author\n\nAhmad Almasri, ahmed.almasri@ymail.com\n\n## License\n\nDialCountries is available under the MIT license. See the LICENSE file for more info.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fahmedalmasri%2Fdialcountries","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fahmedalmasri%2Fdialcountries","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fahmedalmasri%2Fdialcountries/lists"}