Skip to content

marosko/MGResizableCollectionView

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MGResizableCollectionView

Introduction

Resizable Collection View extends UICollectionViewLayout and UICollectionViewLayoutCell extension which allows user to resize and to move cells inside a collection view. This extension also includes a basic collision detection between cells.

Demo

image

Features

  • user resizable cells inside a collection view
  • user moveble cells inside a collection view
  • basic collision detection when multiple cells are overlapping (interferred cells are translated or resized, so they will not overlap any more)

Example

  • check MGResizableCollectionViewDemo project in this git repository

Requirements

  • iOS6 and above
  • ARC

Changes

  • version 0.1.0 (19.2.2014) - initial commit

Credits

License

About

Extension of UICollectionViewLayout and UICollectionViewLayoutCell which enables user to resize and to move cells inside a collection view (including a basic collision detection between cells)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors