

You can set the weak workingRangeDelegate on a section controller to receive events.
diff --git a/README.md b/README.md index 4207d834..4ba60b6c 100644 --- a/README.md +++ b/README.md @@ -205,7 +205,7 @@ let adapter = IGListAdapter(updater: IGListAdapterUpdater(), workingRangeSize: 1) // 1 before/after visible objects ``` - + You can set the weak `workingRangeDelegate` on a section controller to receive events. diff --git a/docs/index.html b/docs/index.html index 30a6bea9..3bba7ea2 100644 --- a/docs/index.html +++ b/docs/index.html @@ -7,7 +7,7 @@ - +
@@ -190,7 +190,7 @@


You can set the weak workingRangeDelegate on a section controller to receive events.