Skip to content

Commit 599e2c2

Browse files
committed
Describe how to install the component manually (closes #37)
1 parent e8ba6b0 commit 599e2c2

File tree

1 file changed

+17
-8
lines changed

1 file changed

+17
-8
lines changed

README.md

Lines changed: 17 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# Context-Menu.iOS
22

3-
#### You can easily add awesome animated context menu to your app.
3+
## You can easily add awesome animated context menu to your app.
4+
45
Made in [![Yalantis](https://raw.githubusercontent.com/Yalantis/FoldingTabBar.iOS/master/Example/Example/Resources/Images/badge_orage_shadow.png)](https://yalantis.com/?utm_source=github)
56

67
Check this [project on dribbble] (https://dribbble.com/shots/1785274-Menu-Animation-for-Additional-Functions?list=users&offset=17)
@@ -34,12 +35,20 @@ Check this [project on Behance] (https://www.behance.net/gallery/20411445/Mobile
3435
</tr>
3536
</table>
3637

37-
####[CocoaPods](http://cocoapods.org)
38+
#
39+
40+
## Installation
41+
42+
### [CocoaPods](http://cocoapods.org)
3843
```ruby
3944
pod 'ContextMenu.iOS', '~> 1.1.0'
4045
```
4146

42-
####Usage
47+
### Manually
48+
49+
Copy all files from `YALContextMenu` folder to your xcode project.
50+
51+
## Usage
4352

4453
You are welcome to see the sample of the project for fully operating sample in the Example folder.
4554

@@ -112,7 +121,7 @@ withTransitionCoordinator:(id<UIViewControllerTransitionCoordinator>)coordinator
112121
}
113122
```
114123

115-
### Customisation
124+
## Customisation
116125

117126
To customise menu items side position you can specify a 'menuItemsSide' property. When it set to 'Right' the first cell will be opened from right to left and selected cell will be closed vice versa and when it set to 'Left' the first cell will be opened from left to right and selected cell will be closed vice versa. Default - Right.
118127

@@ -122,21 +131,21 @@ To customise cell set up your custom drawables in the animated icon. Actually th
122131

123132
animationDuration is to be used for animation speed in seconds.
124133

125-
### Compatibility
134+
## Compatibility
126135

127136
iOS 7,
128137
iOS 8,
129138
iOS 9
130139

131-
##### Version: 1.1.0
140+
**Version: 1.1.0**
132141

133-
### Let us know!
142+
## Let us know!
134143

135144
We’d be really happy if you sent us links to your projects where you use our component. Just send an email to github@yalantis.com And do let us know if you have any questions or suggestion regarding the animation.
136145

137146
P.S. We’re going to publish more awesomeness wrapped in code and a tutorial on how to make UI for iOS (Android) better than better. Stay tuned!
138147

139-
### License
148+
## License
140149

141150
Copyright 2015, Yalantis
142151

0 commit comments

Comments
 (0)