iOS三级城市选择器-加强版
2016-09-18 本文已影响306人
yishu
项目链接下载:GitHub - niuhaoran/CitySelector: 中国城市三级选择器(支持地区名称和 codeID)
des: 之前的版本有点问题, 我最新上传了一个, 亲测可用!
使用方法:
1.将文件夹拖入项目
2.导入头文件 STPickerArea.h
//一行代码就行
<code>
[STPickerArea shareWithMode:STPickerContentModeBottom].block = ^(NSString *province,NSString *city,NSString *area, NSString *provinceId ,NSString *cityId ,NSString *areaId){ // eg:在此读取需要的城市名称和codeID
NSLog(@"province:%@,city:%@,area:%@",province,city,area);
};
</code>
改写自如下开源库(增加了读取城市Id的功能)
// Created by github.com/STShenZhaoliang/STPickerView on 16/2/15.
// Copyright © 2016年 shentian. All rights reserved.