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
+8-5Lines changed: 8 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,7 +23,7 @@ If you want help project, check [Сooperation](#сooperation) section.
23
23
-[Sidebar](#sidebar)
24
24
-[Ready Use](#ready-use)
25
25
-[Example](#ready-use)
26
-
-[Ready-use models](#ready-use-models)
26
+
-[List classes](#ready-use-classes)
27
27
-[Сooperation](#сooperation)
28
28
-[Other Projects](#other-projects)
29
29
-[Russian Community](#russian-community)
@@ -66,7 +66,7 @@ If you prefer not to use any of dependency managers, you can integrate `SPDiffab
66
66
67
67
## Usage
68
68
69
-
Before read it, highly recomded check `Example` target in project. It examle show all features, like use stepper and switch, like process actions, create custom models and many other. Also you can skip full undestand logic and read [Ready-use section](#Ready Use) with minimum of code for start.
69
+
Before read it, highly recomded check `Example` target in project. It examle show all features, like use stepper and switch, like process actions, create custom models and many other. Also you can skip full undestand logic and read [Ready-use section](https://github.com/ivanvorobei/SPDiffable#ready-use) with minimum of code for start.
70
70
71
71
For work with diffable need create model (inside project you found some ready-use models) and do cell provider, which convert data-model to `UITableViewCell` or `UICollectionViewCell`. Next example for table, but all methods and class names available for collections.
72
72
@@ -227,18 +227,21 @@ let section = SPDiffableSection(
227
227
228
228
You init cell model and pass action, choose selection style and other. As you see, model describe native table cell. Next, you need set cell provider, but it also already available, for get it call `SPDiffableTableController.defaultCellProvider`.
0 commit comments