Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/cardoso/DIOCollectionView

Drag Items in and out of CollectionViews
https://github.com/cardoso/DIOCollectionView

cocoapod cocoapods collectionview ios ios-libraries swift swift-3 swift-library uikit

Last synced: about 2 months ago
JSON representation

Drag Items in and out of CollectionViews

Awesome Lists containing this project

README

        

![LOGO](https://github.com/matheusmcardoso/DIOCollectionView/blob/master/media/logo.png)

[![Version](https://img.shields.io/cocoapods/v/DIOCollectionView.svg?style=flat)](http://cocoapods.org/pods/DIOCollectionView)
[![License](https://img.shields.io/cocoapods/l/DIOCollectionView.svg?style=flat)](http://cocoapods.org/pods/DIOCollectionView)
[![Platform](https://img.shields.io/cocoapods/p/DIOCollectionView.svg?style=flat)](http://cocoapods.org/pods/DIOCollectionView)

## Features
- Drag from CollectionView to any View
- Flexible delegated behaviors
- Snapshot view and animations specifiable via DataSource

## Preview
Drag to UIView | Drag to DIOCollectionView | Another example coming soon
----------------|---------------------------|----------------------------
![PREVIEW1](https://github.com/matheusmcardoso/DIOCollectionView/blob/master/media/preview1.gif) | ![PREVIEW2](https://github.com/matheusmcardoso/DIOCollectionView/blob/master/media/preview2.gif) | This example is being
delivered by a camel and may take
some time to arrive :camel:

> These incredibly different behaviors and more can be accomplished via the provided delegates!

>        - [Matheus Martins](https://github.com/matheusmcardoso), V.P of Gameplay Programming @ [Xablauger Studios](https://github.com/xablauger-studios)

## Example

To run the example project, clone the repo, and run `pod install` from the Example directory first.

## Installation

DIOCollectionView is available through [CocoaPods](http://cocoapods.org). To install
it, simply add the following line to your Podfile:

```ruby
pod "DIOCollectionView"
```

## Author

Matheus Cardoso, [email protected]

## License

DIOCollectionView is available under the MIT license. See the LICENSE file for more info.