Skip to content
This repository was archived by the owner on Feb 16, 2021. It is now read-only.

Commit fe1c84c

Browse files
author
Sergey Pershenkov
committed
Update README.md
1 parent bccf0eb commit fe1c84c

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

README.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,7 @@ and ```translucency```
2020

2121
• Make view controller containing your table view adopt ```RearrangeDataSource``` protocol (or use any other object as data source)
2222

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```
2724

2825
• Call ```setRearrangeOptions(options: dataSource:)``` and pass options and data source object
2926

0 commit comments

Comments
 (0)