CountryCode 0.0.10× 测试已测试✗ 语言语言 Objective-CObjective C许可证 MIT 发布最后发布2016年1月由Country Code维护。安装指南×CountryCode的安装指南您想将以下代码添加到Podfile中,类似于以下代码:target 'MyApp' do pod 'CountryCode', '~> 0.0' end然后,在您的终端内运行pod install,或在CocoaPods.app中运行。或者为了让它运行一次测试,可以运行以下命令:pod try CountryCode查看PodspecGitHub仓库CocoaPods.org上的页面CountryCode 0.0.10由dennisPixnetdennisPixnet/PIXCountryCodeGitHub仓库 PIXCountryCode 用于搜索国码的库 安装 - Installation 强烈建议使用CocoaPods搜索并安装CountryCode。 使用 请在安装后在需要使用的Class中使用它。 #import "CountryCode.h" NSArray *result = [[CountryCode sharedInstance] searchCountryCodeWithKeyword:@"國家"];