You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+17-8Lines changed: 17 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,7 @@
1
1
# Context-Menu.iOS
2
2
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
+
4
5
Made in [](https://yalantis.com/?utm_source=github)
5
6
6
7
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
34
35
</tr>
35
36
</table>
36
37
37
-
####[CocoaPods](http://cocoapods.org)
38
+
#
39
+
40
+
## Installation
41
+
42
+
### [CocoaPods](http://cocoapods.org)
38
43
```ruby
39
44
pod 'ContextMenu.iOS', '~> 1.1.0'
40
45
```
41
46
42
-
####Usage
47
+
### Manually
48
+
49
+
Copy all files from `YALContextMenu` folder to your xcode project.
50
+
51
+
## Usage
43
52
44
53
You are welcome to see the sample of the project for fully operating sample in the Example folder.
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.
118
127
@@ -122,21 +131,21 @@ To customise cell set up your custom drawables in the animated icon. Actually th
122
131
123
132
animationDuration is to be used for animation speed in seconds.
124
133
125
-
###Compatibility
134
+
## Compatibility
126
135
127
136
iOS 7,
128
137
iOS 8,
129
138
iOS 9
130
139
131
-
##### Version: 1.1.0
140
+
**Version: 1.1.0**
132
141
133
-
###Let us know!
142
+
## Let us know!
134
143
135
144
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.
136
145
137
146
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!
0 commit comments