Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/micyo202/yzbottomselectview
底部弹出选择视图,类似微博、微信、支付宝底部选择器
https://github.com/micyo202/yzbottomselectview
ios objective-c uiview
Last synced: 3 months ago
JSON representation
底部弹出选择视图,类似微博、微信、支付宝底部选择器
- Host: GitHub
- URL: https://github.com/micyo202/yzbottomselectview
- Owner: micyo202
- License: mit
- Created: 2017-11-01T09:11:40.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-12-22T06:26:39.000Z (about 7 years ago)
- Last Synced: 2024-10-31T16:12:48.313Z (3 months ago)
- Topics: ios, objective-c, uiview
- Language: Objective-C
- Size: 491 KB
- Stars: 11
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# YZBottomSelectView
[![Cocoapods](https://img.shields.io/badge/pod-1.0.1-brightgreen.svg)](https://cocoapods.org/?q=YZBottomSelectView)
[![Support](https://img.shields.io/badge/support-iOS10+-blue.svg)](https://www.apple.com/nl/ios)
[![Downloads](https://img.shields.io/badge/downloads-468KB-yellow.svg)](https://github.com/micyo202/YZBottomSelectView/archive/master.zip)
[![License MIT](https://img.shields.io/badge/license-MIT-lightgrey.svg)](https://github.com/micyo202/YZBottomSelectView/blob/master/LICENSE)
[![GitHub stars](https://img.shields.io/github/stars/micyo202/YZBottomSelectView.svg?style=social&label=Stars)](https://github.com/micyo202/YZBottomSelectView)
[![GitHub forks](https://img.shields.io/github/forks/micyo202/YZBottomSelectView.svg?style=social&label=Fork)](https://github.com/micyo202/YZBottomSelectView)ios底部弹出选择视图,类似微信、微博、支付宝等应用中的选择视图效果
### 效果图GIF
### 如何使用
* 使用 CocoaPods方式:`pod 'YZBottomSelectView'`
* 手动引入方式:将`YZBottomSelectView`文件夹下所有的文件拖入工程,在需要使用的地方引入`#import "YZBottomSelectView.h"`头文件即可更多详细使用说明,请查看[简书](http://www.jianshu.com/p/df6af1380bbb)