An open API service indexing awesome lists of open source software.

https://github.com/spstore/sppickerview

这是一个选择器,功能类似系统的UIPickerView,但是比UIPickerView的适用范围广得多
https://github.com/spstore/sppickerview

address picker pickerview sppickerview tableview uipickerview

Last synced: 3 months ago
JSON representation

这是一个选择器,功能类似系统的UIPickerView,但是比UIPickerView的适用范围广得多

Awesome Lists containing this project

README

          

# SPPickerView
[![Build Status](http://img.shields.io/travis/SPStore/SPPickerView.svg?style=flat)](https://travis-ci.org/SPStore/SPPageMenu)
[![Pod Version](http://img.shields.io/cocoapods/v/SPPickerView.svg?style=flat)](http://cocoadocs.org/docsets/SPPageMenu/)
[![Pod Platform](http://img.shields.io/cocoapods/p/SPPickerView.svg?style=flat)](http://cocoadocs.org/docsets/SPPageMenu/)
![Language](https://img.shields.io/badge/language-Object--C-ff69b4.svg)
[![Pod License](http://img.shields.io/cocoapods/l/SPPickerView.svg?style=flat)](https://www.apache.org/licenses/LICENSE-2.0.html)
[![Carthage compatible](https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat)](https://github.com/SPStore/SPPickerView)
![codecov](https://img.shields.io/badge/codecov-88%25-orange.svg)

# 目录
* [如何安装](#如何安装)
* [演示图](#演示图)

## 如何安装
#### 版本1.0
```
target 'MyApp' do
 pod 'SPPickerView', '~> 1.0'
end
```

## 演示图
![image](https://github.com/SPStore/SPPickerView/blob/master/演示图.gif)