Skip to content
This repository has been archived by the owner on Jun 19, 2023. It is now read-only.

Latest commit

 

History

History
26 lines (15 loc) · 915 Bytes

README.md

File metadata and controls

26 lines (15 loc) · 915 Bytes

SwipeToReveal iOS

Swift v3.0 CocoaPods Build Status

Customizable swipe-to-reveal menu for iOS apps.

SwipeToReveal screenshot 1

Installation

You can integrate SwipeToReveal with your project using CocoaPods. Just add this line to your Podfile:

pod 'SwipeToReveal', '~> 1.0'

Usage

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.

License

MIT License - check out LICENSE file.