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

https://github.com/kittenyang/kybezierbounceview

实现手势控制贝塞尔曲线的左右菜单并带有重力反弹效果
https://github.com/kittenyang/kybezierbounceview

Last synced: 2 months ago
JSON representation

实现手势控制贝塞尔曲线的左右菜单并带有重力反弹效果

Awesome Lists containing this project

README

        


KYBezierBounceView

![CocoaPods Version](https://img.shields.io/badge/pod-v1.6.1-brightgreen.svg)
![License](https://img.shields.io/badge/license-MIT-blue.svg)
![Platform](https://img.shields.io/badge/platform-iOS-red.svg)

手势控制贝塞尔曲线,取消手势贝塞尔曲线会有反弹效果

![](demo.gif)

#Installation

`pod 'KYBezierBounceView', '~> 1.6.1'`

#How to use?

Easy enough!

Just `#import "BounceView.h"` or use xib/storyboard.

More details you can See the project demo.

Enjoy!

Intro: [http://kittenyang.com/cadisplaylinkanduibezierpath/](http://kittenyang.com/cadisplaylinkanduibezierpath/)