Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 10345d4776 | |||
| a49883580d | |||
| a94dd58950 | |||
| e360068f68 |
@@ -3,10 +3,18 @@
|
||||
[](http://cocoapods.org/pods/SideMenu)
|
||||
[](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)
|
||||
|
||||

|
||||
|
||||
## Requirements
|
||||
|
||||
+2
-2
@@ -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?
|
||||
|
||||
Reference in New Issue
Block a user