Skip to content

owenqsx/AddressPickerViewForSwift

 
 

Repository files navigation

省市区地址选择器

fork By Jonhory 原作者传送门

更新数据源为China-area-data的数据源 增加直接通过RegionID返显的地区的功能

效果图

OC版本传送门

注意

  • /// 是否自动显示上次的结果,默认是

var isAutoOpenLast: Bool = true

使用

  • 初始化

var picker: AddressPickerView?

picker = AddressPickerView.addTo(superView: view)
picker?.delegate = self
  • 展示

picker?.show()

  • 隐藏

picker?.hide()

  • 选择地区 picker?.selectRow(regionId: Int)

About

AddressPickerViewForSwift

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Swift 99.0%
  • Ruby 1.0%