Skip to content

Commit 99d6f43

Browse files
authored
Update README.md
1 parent 3e572d4 commit 99d6f43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Usage
2828

2929
* Create a `ContinuesTouchCollectionView` instance and populate `ContinuesTouchCollectionViewCell`s on it.
3030
* 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.
31+
* When you are populating your cells, set `ContinuesTouchCollectionViewCellDelegate` of the cell, to the view controller you are working on.
3232
* Get informed when your cells started or stopped being touched with the delegate methods.
3333

3434
``` swift

0 commit comments

Comments
 (0)