Skip to content
This repository was archived by the owner on Oct 31, 2019. It is now read-only.

Fix typographical error(s) #59

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Extension for the `UICollectionView` and `UICollectionViewLayout` that allows a

## Getting Started

- Include UICollectionView+Draggable catagory (and related files).
- Include UICollectionView+Draggable category (and related files).
- Include QuartzCoreFramework.
- Set `draggable` to true on collection view.
- Set `collectionViewLayout` to a layout that implements the `UICollectionViewLayout_Warpable` protocol (will fallback if layout does not). For the default Flow layout (grid) use `DraggableCollectionViewFlowLayout` - you can set this in Interface Builder.
Expand Down