Search results for collection

No image provided.

NHBalancedFlowLayout

November 08, 2013 • MIT License
UICollectionViewLayout subclass for displaying items of different sizes in a grid without wasting any visual space. Inspired by: http://www.crispymtn.com/stories/the-algorithm-for-a-perfectly-balan...
THSpringyCollectionView screenshot

THSpringyCollectionView

September 28, 2013 • MIT License
A memory and CPU efficient implementation of a collection view with cells that bounce around like they do in the iOS 7 messages app. This is implemented by simply subclassing the UICollectionVie...
SFAlbumApp screenshot

SFAlbumApp

September 28, 2013 • Unspecified License
Control allows you to have animated transition while opening photo albums something like in native ipad gallery. All orientations are supported. iOS 7.
JNWCollectionView screenshot

JNWCollectionView

September 21, 2013 • MIT License
A highly customizable and performant collection view for the Mac.
RATreeView screenshot

RATreeView

September 17, 2013 • MIT License
RATreeView is a class designed to support implementation of the Tree View on IOS. Thanks to the great number of methods in delegate and data source protocols it is highly customizable. You can crea...
ADFlipTransition screenshot

ADFlipTransition

August 21, 2013 • MIT License
An alternative presentation animation for iOS. Mimics the flip animation from the iOS iTunes/App Store. Contains categories on UIViewController, UICollectionViewController and UITableViewControl...
WaterfallCollectionView screenshot

WaterfallCollectionView

August 01, 2013 • MIT License
WaterfallCollectionView is custom layout for UICollectionView, based on Pinterest style. It supports header supplementary view (optionally sticked to top edge) and decoration view.
PQCollectionViewCell screenshot

PQCollectionViewCell

June 17, 2013 • Public Domain License
PQCollectionViewCell is based on the logic behind PQTableViewCell, applied on a UICollectionViewCell. To use, subclass PQCollectionViewCell, and use `drawCellView:` instead of `drawRect:` when y...
TKImageIpsum screenshot

TKImageIpsum

June 15, 2013 • Apache 2.0 License
Lorem ipsum for images for iOS
GLGooglePlusLikeLayout screenshot

GLGooglePlusLikeLayout

June 08, 2013 • MIT License
GLGooglePlusLikeLayout is custom layout based on UICollectionView which can be used to show the data based on their content-size and by maintaining the row linear, unlike waterflow style layout. In...
SGSStaggeredFlowLayout screenshot

SGSStaggeredFlowLayout

June 02, 2013 • MIT License
UICollectionViewFlowLayout subclass for staggering cells.
Swipe-to-Select-GridView screenshot

Swipe-to-Select-GridView

April 30, 2013 • BSD License
A example project to make a swipe-to-select GridView based on UICollectionView It allows user to swipe to select multiple items.
OpenPics screenshot

OpenPics

April 12, 2013 • GPL License
OpenPics is an iOS application for viewing images from multiple remote sources. Currently implemented are searching the New York Public Library and the Library of Congress. Good examples of usi...
RouletteWheelCollectionView screenshot

RouletteWheelCollectionView

March 26, 2013 • Apache 2.0 License
A control that resembles a roulette wheel of cards, implemented with a UICollectionViewFlowLayout subclass. The design is inspired by the Yahoo TimeTraveler app. Development notes: http://c...
Dispenser screenshot

Dispenser

March 13, 2013 • BSD License
A faster way to dispense promo codes, in person. This is a full app, useful for devs to get the word out about their own apps. Paste in promo codes or redeem links and easily hand them out with ...
ADN Activity Collection screenshot

ADN Activity Collection

March 13, 2013 • BSD License
UIActivities to share with App.net (ADN) apps from an Activity Sheet
MSCollectionViewCalendarLayout screenshot

MSCollectionViewCalendarLayout

March 11, 2013 • MIT License
MSCollectionViewCalendarLayout is a UICollectionViewLayout subclass for displaying chronological data. It divides its cells into columns of days, with the size of each cell corresponding to its len...
IGAutoCompletionToolbar screenshot

IGAutoCompletionToolbar

March 10, 2013 • MIT License
IGAutoCompletionToolbar is a UICollectionView subclass created to display auto completion via a keyboard accessory view.
PSTCollectionView screenshot

PSTCollectionView

March 01, 2013 • MIT License
Open Source, 100% API compatible replacement of UICollectionView for iOS4+.
RFQuiltLayout screenshot

RFQuiltLayout

February 27, 2013 • MIT License
RFQuiltLayout is a subclass of UICollectionViewLayout that positions various sized cells like a mason laying bricks. * Fast * Insert/Delete animation friendly * Dynamic layouts however you'd...