Customizable swipe-to-reveal menu for iOS apps.
You can integrate SwipeToReveal
with your project using CocoaPods. Just add this line to your Podfile
:
pod 'SwipeToReveal', '~> 1.0'
Check out included example project. It shows how to use swipe menu on UITableViewCell
, but component could be embedded anywhere in the view hierarchy. All public headers are documented.
MIT License - check out LICENSE file.