diff --git a/README.md b/README.md index 8dd0f5a..fc66893 100644 --- a/README.md +++ b/README.md @@ -3,36 +3,36 @@ SECollectionViewFlowLayout A flow layout for UICollectionView that implements swiping-to-select gestures. -##Functionality -###Panning to select +## Functionality +### Panning to select Just touch down and pan and select items in your UICollectionView, much easier than tapping each item




pod 'SEQBImagePickerController'-##SECollectionViewFlowLayout +## SECollectionViewFlowLayout You can also use SECollectionViewFlowLayout in your project and use it with your own UICollectionView.
pod 'SECollectionViewFlowLayout'-##Usage +## Usage When initializing your `UICollectionViewController` using `initWithCollectionViewLayout:`, allocate a new `SECollectionViewFlowLayout` @@ -42,16 +42,16 @@ UICollectionViewController *collectionViewController = [SECollectionViewFlowLayout layoutWithAutoSelectRows:YES panToDeselect:YES autoSelectCellsBetweenTouches:YES]]; ``` -##Contributing +## Contributing Use [Github issues](https://github.com/cewendel/SECollectionViewFlowLayout/issues) to track bugs and feature requests -##Contact +## Contact Chris Wendel - http://twitter.com/CEWendel - [chriwend@umich.edu](mailto:chriwend@umich.edu) -##Licence +## Licence MIT