Skip to content

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

License

Notifications You must be signed in to change notification settings

pradyumnad/Country-List

Folders and files

NameName
Last commit message
Last commit date

Latest commit

92ffd70 · Nov 27, 2019

History

9 Commits
Nov 24, 2017
Dec 18, 2013
Dec 18, 2013
Nov 27, 2019
Dec 23, 2013

Repository files navigation

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

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published