Skip to content

nickypatson/3DCircleMenu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

TabBarCircle3DView

Swipe view inspired by Tinder

Run in phyical device for better clarity

Screenshot

Alt text

@objc func longPressAction(gesture : UILongPressGestureRecognizer){

switch gesture.state {
case .began :
new.show(in: view)
case .changed:
new.panGestureForCircle(pan: gesture)
case .ended:
new.panGestureForCircle(pan: gesture)
new.dismiss()
case .cancelled,
.possible,
.failed: break
}
}
}

Requirements

* Swift 4
* XCode 9
* 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.

Releases

No releases published

Packages

No packages published

Languages