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
{{ message }}
This repository was archived by the owner on Feb 16, 2021. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+1-4Lines changed: 1 addition & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,10 +20,7 @@ and ```translucency```
20
20
21
21
• Make view controller containing your table view adopt ```RearrangeDataSource``` protocol (or use any other object as data source)
22
22
23
-
• Make your table view class adopt ```Rearrangable``` protocol:
24
-
25
-
– Add ```var rearrange: RearrangeProperties!``` to its declaration
26
-
– Paste its type name to ```extension _: Rearrangable```
23
+
• Make your table view class adopt ```Rearrangable``` protocol: add ```var rearrange: RearrangeProperties!``` to its declaration and paste its type name to ```extension _: Rearrangable```
27
24
28
25
• Call ```setRearrangeOptions(options: dataSource:)``` and pass options and data source object
0 commit comments