iOS中国省市地区选择器

iOS中国省市地区选择器

Swift 其它杂项

详细介绍

ChineseCityPicker

中国省市地区选择器

简介

可以选择中国省份 和对应的城市。

使用

SNSChooseCityView *cityPickerView = [[SNSChooseCityView alloc] initWithFrame:self.view.bounds];
cityPickerView.delegate = self;
[self.view addSubview:cityPickerView];
[cityPickerView show];

效果图

image