Skip to content

XDUZ/ChineseCityPicker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

ChineseCityPicker

中国省市地区选择器

简介

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

使用

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

效果图

image

About

中国省市地区选择器

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published