Skip to content

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

License

Notifications You must be signed in to change notification settings

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