We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e572d4 commit 99d6f43Copy full SHA for 99d6f43
README.md
@@ -28,7 +28,7 @@ Usage
28
29
* Create a `ContinuesTouchCollectionView` instance and populate `ContinuesTouchCollectionViewCell`s on it.
30
* You can set `isLocked` property to true for disabling the scrolling on collection view and enabling multiple continues touches.
31
-* When you are populating your cells, set `ContinuesTouchCollectionViewCellDelegate` to the view controller you are working on.
+* When you are populating your cells, set `ContinuesTouchCollectionViewCellDelegate` of the cell, to the view controller you are working on.
32
* Get informed when your cells started or stopped being touched with the delegate methods.
33
34
``` swift
0 commit comments