All Projects โ†’ pradyumnad โ†’ Country List

pradyumnad / Country List

Licence: mit
Provides a View Controller with Country List along with Calling Code and Country Code.

Projects that are alternatives of or similar to Country List

Sbsanimoji
๐Ÿต Animoji app using Apples AvatarKit
Stars: โœญ 884 (+1063.16%)
Mutual labels:  iphone
Countries And Timezones
Minimalistic library to work with countries and timezones data
Stars: โœญ 58 (-23.68%)
Mutual labels:  countries
Countries States Cities Database
๐ŸŒ World countries, states, regions, provinces, cities, towns in JSON, SQL, XML, PLIST, YAML, and CSV. All Countries, States, Cities with ISO2, ISO3, Country Code, Phone Code, Capital, Native Language, Timezones, Latitude, Longitude, Region, Subregion, Flag Emoji, and Currency. #countries #states #cities
Stars: โœญ 1,130 (+1386.84%)
Mutual labels:  countries
Jiramobilekit
JIRA Mobile Kit a framework for raising bugs within your app including screenshots easily. JIRA Bug Raising written in Swift. iOS JIRA SDK Swift 3-4
Stars: โœญ 33 (-56.58%)
Mutual labels:  iphone
Cardkit
iOS 11 cards in Swift
Stars: โœญ 47 (-38.16%)
Mutual labels:  iphone
Carmen
A repository of geographic regions for Ruby
Stars: โœญ 1,116 (+1368.42%)
Mutual labels:  countries
Eaze
iOS Cleanflight Configurator
Stars: โœญ 8 (-89.47%)
Mutual labels:  iphone
Hibeacons
An iBeacons example app for iOS 10, with Apple Watch (watchOS 3.0) support, written in Swift 3.
Stars: โœญ 1,153 (+1417.11%)
Mutual labels:  iphone
Leealert
ไผ˜้›…็š„ๅฏ่‡ชๅฎšไน‰ Alert ActionSheet
Stars: โœญ 1,097 (+1343.42%)
Mutual labels:  iphone
Redux React I18n
An i18n solution for React/Redux and React Native projects
Stars: โœญ 64 (-15.79%)
Mutual labels:  countries
Country Fns
๐ŸŒ Useful country data for forms and stuff.
Stars: โœญ 35 (-53.95%)
Mutual labels:  countries
Otganttchartkit
OTGanttChartKit is gantt chart framework for iOS. This framework use easily like UITableView.
Stars: โœญ 38 (-50%)
Mutual labels:  iphone
Countrycity
๐ŸŒŽ Geodata API - Get countries, and cities to plug in a select drop-down.
Stars: โœญ 62 (-18.42%)
Mutual labels:  countries
Upgrade From 10.3.x To Ios 11.1.2 On Any 64bit Device With Blobs
How to Upgrade any 64Bit Device from 10.3.x to 11.1.2 with Blobs
Stars: โœญ 32 (-57.89%)
Mutual labels:  iphone
Gmimagepicker.xamarin
Port of the original GMImagePicker component to Xamarin.iOS
Stars: โœญ 65 (-14.47%)
Mutual labels:  iphone
Streetmusicmap
StreetMusicMap is a collab line up of street music performers from all over the world.
Stars: โœญ 13 (-82.89%)
Mutual labels:  iphone
Responsivedevices.css
Responsive CSS Device frames for your landing pages
Stars: โœญ 59 (-22.37%)
Mutual labels:  iphone
Country Coder
๐Ÿ“โžก๏ธ ๐Ÿ‡ฉ๐Ÿ‡ฐ Convert longitude-latitude pairs to ISO 3166-1 codes quickly and locally
Stars: โœญ 72 (-5.26%)
Mutual labels:  countries
Espnetv2 Coreml
Semantic segmentation on iPhone using ESPNetv2
Stars: โœญ 66 (-13.16%)
Mutual labels:  iphone
World Cities
Multilingual list of countries, states & cities in XML format. ไธ–็•Œๆ‰€ๆœ‰ๅŸŽๅธ‚๏ผŒๅ›ฝๅ†…ๆ‰€ๆœ‰็œใ€ๅธ‚ใ€ๅŒบใ€ๅŽฟไฟกๆฏ๏ผˆ2020.06๏ผ‰
Stars: โœญ 64 (-15.79%)
Mutual labels:  countries

Country-List

Its pain in the AZZ to collect the Calling Codes for all the Countries.

This repo exactly solves that problem.
A View Controller with Country List along with Calling Code and Country Code.

Screen 1

Including into your Project

Drag and Drop CountryList folder to your Project and add the below code snippet in the button action method.

CountryListViewController *cv = [[CountryListViewController alloc] initWithNibName:@"CountryListViewController" delegate:self];
[self presentViewController:cv animated:YES completion:NULL];

Implement the delegate CountryListDelegate

- (void)didSelectCountry:(NSDictionary *)country
{
    NSLog(@"Selected Country : %@", country);
}

Contact

Follow @pradyumna_d on Twitter for the latest news.

License

Available under the CC BY 3.0 license. See the LICENSE file for more info.

Attribution

Thanks to Mr Nicolas Goles for his awesome gist https://gist.github.com/Goles/3196253

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].