Skip to content

Latest commit

 

History

History
50 lines (33 loc) · 1.34 KB

README.md

File metadata and controls

50 lines (33 loc) · 1.34 KB

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----------------