File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 1- #Interactive Side Menu
1+ # Interactive Side Menu
22
33[ ![ Swift version] ( https://img.shields.io/badge/swift-3.0-orange.svg?style=flat.svg )] ( https://img.shields.io/badge/swift-3.0-orange.svg?style=flat.svg )
44[ ![ Carthage compatible] ( https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat )] ( https://github.com/Carthage/Carthage )
@@ -15,22 +15,22 @@ It supports following customization:
1515- Using spring animation with params customization
1616- Animation options like animation curve
1717
18- #Installation
18+ # Installation
1919
20- ##CocoaPods
20+ ## CocoaPods
2121To install it through [ CocoaPods] ( https://cocoapods.org/ ) , add the following line to your Podfile:
2222```
2323pod 'InteractiveSideMenu'
2424```
2525
26- ##Carthage
26+ ## Carthage
2727To install it through [ Carthage] ( https://github.com/Carthage/Carthage ) , add the following line to your Cartfile:
2828```
2929github "handsomecode/InteractiveSideMenu"
3030```
3131
3232
33- #Usage
33+ # Usage
3434You should use 3 basic ViewControllers for creating subclasses for implementing your side menu.
3535- ``` MenuContainerViewController ``` is a host for menu and content views
3636- ``` MenuViewController ``` is a container for menu view
You can’t perform that action at this time.
0 commit comments