All Projects → nickypatson → 3DCircleMenu

nickypatson / 3DCircleMenu

Licence: other
Circle menu

Programming Languages

swift
15916 projects

Projects that are alternatives of or similar to 3DCircleMenu

Tabman
™️ A powerful paging view controller with interactive indicator bars
Stars: ✭ 2,235 (+8496.15%)
Mutual labels:  uitabbar
KRTabBar
a beautiful easy to use UITabBarController
Stars: ✭ 24 (-7.69%)
Mutual labels:  uitabbar
ikyle.me-code-examples
Smaller code examples from my blog posts on ikyle.me
Stars: ✭ 29 (+11.54%)
Mutual labels:  uitabbar
TabBar
📱 TabBar – highly customizable tab bar for your SwiftUI application.
Stars: ✭ 105 (+303.85%)
Mutual labels:  uitabbar

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

[email protected]

License

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].