Skip to content

A picker view of province-city-area three-level linkage.

License

Notifications You must be signed in to change notification settings

cavanlee/pca_picker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pca_picker

A picker view of province-city-area three-level linkage.

How to use it?

  • Init the picker view. eg. let picker = AddressPickerView().

  • Call the method show(). eg. picker.show().

  • The picker result is a Tuple will callback from the SelectValueCallback of picker view instance.

    such as:

    picker.selectValue = { (p, c, a) in
                self.resultLabel.text = p + c + a
            }

About

A picker view of province-city-area three-level linkage.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages