项目作者: nickypatson

项目描述 :
Circle menu
高级语言: Swift
项目地址: git://github.com/nickypatson/3DCircleMenu.git
创建时间: 2018-03-04T12:01:51Z
项目社区:https://github.com/nickypatson/3DCircleMenu

开源协议:

下载


TabBarCircle3DView

Swipe view inspired by Tinder

Run in phyical device for better clarity

Screenshot

Alt text

  1. @objc func longPressAction(gesture : UILongPressGestureRecognizer){
  2. switch gesture.state {
  3. case .began :
  4. new.show(in: view)
  5. case .changed:
  6. new.panGestureForCircle(pan: gesture)
  7. case .ended:
  8. new.panGestureForCircle(pan: gesture)
  9. new.dismiss()
  10. case .cancelled,
  11. .possible,
  12. .failed: break
  13. }
  14. }
  15. }

Requirements

  1. * Swift 4
  2. * XCode 9
  3. * iOS 9.0 (Min SDK)

Author

Nicky Patson

HomePage

mail.nickypatson@gmail.com

License

GradientSlider is available under the MIT license. See the LICENSE file for more info.