Skip to content

Swift library to drag, drop, and stack items within a UICollectionView.

License

Notifications You must be signed in to change notification settings

oakstudios/StackedCollectionView

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

StackedCollectionView

Version License Platform Twitter

Introduction

StackedCollectionView is a UICollectionViewFlowLayout subclass written in Swift to provide drag-and-drop interactions within a UICollectionView. The behaviors include reorder and "stack" gestures, which emulate folder creation similar to the iOS home screen.

Demo

alt tag

Check out the example project for a customized UICollectionView similar to what is used in Dropmark for iOS.

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

Installation

Install the library through CocoaPods. Add the following line to your Podfile, then run pod install.

pod 'StackedCollectionView', '~> 3.0'

Be sure to import the library when needed.

import StackedCollectionView

Migration

Version 3.0.0

This version requires Xcode 10.0 and Swift 4.2.

Version 2.0.0

This version requires Xcode 9.0 and Swift 4.

Version 1.0.0

StackedCollectionView supports iOS 9.0+, Swift 3, and Xcode 8.0.

Credits

Created by Oak for Dropmark.

Portions of the reordering logic are referenced from LXReorderableCollectionViewFlowLayout and this blog post.

Example images provided by Unsplash.

License

The MIT License (MIT)

Copyright (c) 2018 Oak, LLC https://oak.is

About

Swift library to drag, drop, and stack items within a UICollectionView.

Resources

License

Stars

Watchers

Forks

Packages

No packages published