Skip to content

luoyuant/AreaPickerView

Repository files navigation

用法:

1.var pickerView = MOFSAddressPickerView();

2.pickerView.mofsDelegate = self;

显示地址调用:

pickerView.show();

Delegate:

func selectedAddress(province: String, city: String, area: String, id: String) {

}

func selectedAddressAtIndex(province_index: Int, city_index: Int, area_index: Int) {

}

http://www.jianshu.com/p/9b35485c5fb0

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published