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
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,9 +8,9 @@ Features
8
8
9
9
The goal of LXReorderableCollectionViewFlowLayout is to provides capability for reordering of cell, similar to iBook.
10
10
11
-
- Long press on cell invoke reordering capability.
11
+
- Long press on cell to invoke reordering capability.
12
12
- When reordering capability is invoked, fade the selected cell from highlighted to normal state.
13
-
- Drag around the selected cell to move it to the desired location, other cells adjust accordingly. Callback in the form of delegate methods are invoked.
13
+
- Drag around the selected cell to move it to the desired location, the other cells adjust accordingly. Callback in the form of delegate methods are invoked.
14
14
- Drag selected cell to the edges, depending on scroll direction, scroll in the desired direction.
1.Drag the `LXReorderableCollectionViewFlowLayout` folder into your project.
22
+
1.Install using *CocoaPods* or drag the `LXReorderableCollectionViewFlowLayout` folder into your project.
23
23
2. Initialize/Setup your collection view to use `LXReorderableCollectionViewFlowLayout`.
24
24
25
25
3. The collection view controller that is to support reordering capability must conforms to `LXReorderableCollectionViewDatasource` protocol. For example,
0 commit comments