Compare commits

...

4 Commits

Author SHA1 Message Date
jonkykong 10345d4776 Updated spec. 2016-01-08 16:12:41 -08:00
Jon Kent a49883580d Update README.md 2016-01-06 23:57:18 -08:00
Jon Kent a94dd58950 Update README.md 2016-01-06 23:50:55 -08:00
Jon Kent e360068f68 Update README.md 2016-01-06 21:55:49 -08:00
2 changed files with 11 additions and 3 deletions
+9 -1
View File
@@ -3,10 +3,18 @@
[![License](https://img.shields.io/cocoapods/l/SideMenu.svg?style=flat)](http://cocoapods.org/pods/SideMenu)
[![Platform](https://img.shields.io/cocoapods/p/SideMenu.svg?style=flat)](http://cocoapods.org/pods/SideMenu)
SideMenu is a simple and versatile side menu control written in Swift. The are three standard animation styles to choose from along with several other options for further customization if desired. It's highly customizable without needing to write tons of custom code, and **can be implemented in storyboard without a single line of code**. Check out the example project to see it in action.
SideMenu is a simple and versatile side menu control written in Swift.
* There are three standard animation styles to choose from.
* It's highly customizable without needing to write tons of custom code.
* It supports continuous swiping between each side menu in a single gesture.
* Since it uses custom transitions it can be presented and dismissed the same as any other View Controller. This means **it can be implemented in storyboard without a single line of code**.
Check out the example project to see it in action.
PS: It makes me happy when you ★ this repo.
[Demo via Appetizer](https://appetize.io/app/682u2wn33p1mgpzrtwyrxxz1w4)
![](etc/Preview.gif)
## Requirements
+2 -2
View File
@@ -8,8 +8,8 @@
Pod::Spec.new do |s|
s.name = "SideMenu"
s.version = "0.1.4"
s.summary = "SideMenu is a simple and versatile side menu control."
s.version = "0.1.5"
s.summary = "Simple side menu control in Swift inspired by Facebook. Right and Left sides. No coding required."
# This description is used to generate tags and improve search results.
# * Think: What does it do? Why did you write it? What is the focus?