Skip to content

🥁国家代码选择器,支持中英文、国旗🇨🇳

License

Notifications You must be signed in to change notification settings

songql/XYCountryCode

 
 

Repository files navigation

XYCountryCode

国家代码选择器,支持中英文、国旗

1.导入XYCountryCode类

##pod

pod 'XYCountryCode'

三行代码集成国家区号选择功能 类型

XYCountryCodeShowTypeNone //默认为列表
XYCountryCodeShowTypePicker //picker模式

代码如下:

XYCountryCodeViewController *vc = [[XYCountryCodeViewController alloc] initWithShowType:XYCountryCodeShowTypePicker];
[vc showViewController:self];
[vc setChooseCodeRespose:^(NSString *code) {
    self.label.text = code;
}];

##-----------------------------------------

image image image image

------------------by xllyll----------------

About

🥁国家代码选择器,支持中英文、国旗🇨🇳

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Objective-C 82.2%
  • Ruby 17.8%