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
* Use default UITableViewDataSource methods for additional set up and customisation of the cell.
57
-
* Сall `updateAlongsideRotation` method before the rotation animation started and `reloadData` method after rotation animation finished or in UIViewControllerTransitionCoordinator's `animateAlongsideTransition` block for proper rotation animation.
58
-
84
+
* Use default UITableViewDataSource methods for additional set up and customisation of the cell.
85
+
* Сall `updateAlongsideRotation` method before the rotation animation started and `reloadData` method after rotation animation finished or in UIViewControllerTransitionCoordinator's `animateAlongsideTransition` block for proper rotation animation.
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
+
119
+
Also, to customise menu items appearance direction you can specify 'menuItemsAppearanceDirection' property. Default - FromTopToBottom.
120
+
89
121
To customise cell set up your custom drawables in the animated icon. Actually the cell design and layout is completely at your choice.
90
122
91
123
animationDuration is to be used for animation speed in seconds.
92
124
93
125
### Compatibility
94
126
95
127
iOS 7,
96
-
iOS 8
128
+
iOS 8,
129
+
iOS 9
97
130
98
-
#### Version: 1.0
131
+
#### Version: 1.1.0
99
132
100
133
### License
101
134
102
-
Copyright 2015, Yalantis
135
+
Copyright 2015, Yalantis
136
+
137
+
Licensed under the Apache License, Version 2.0 (the "License");
138
+
you may not use this file except in compliance with the License.
139
+
You may obtain a copy of the License at
103
140
104
-
Licensed under the Apache License, Version 2.0 (the "License");
105
-
you may not use this file except in compliance with the License.
106
-
You may obtain a copy of the License at
141
+
http://www.apache.org/licenses/LICENSE-2.0
107
142
108
-
http://www.apache.org/licenses/LICENSE-2.0
143
+
Unless required by applicable law or agreed to in writing, software
144
+
distributed under the License is distributed on an "AS IS" BASIS,
145
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
146
+
See the License for the specific language governing permissions and
147
+
limitations under the License.
109
148
110
-
Unless required by applicable law or agreed to in writing, software
111
-
distributed under the License is distributed on an "AS IS" BASIS,
112
-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
113
-
See the License for the specific language governing permissions and
0 commit comments