Search results for layout

JSQDataSourcesKit (Swift) screenshot

JSQDataSourcesKit (Swift)

March 16, 2015 • MIT License
Type-safe, value-oriented data source objects that keep your view controllers light. Written in Swift. Data sources for UITableView, UICollectionView, and NSFetchedResultsController.
ManualLayout screenshot

ManualLayout

March 02, 2015 • MIT License
Easy to use and flexible AutoLayout alternative for iOS 8+. Supports AsyncDisplayKit.
RGPaperLayout screenshot

RGPaperLayout

March 01, 2015 • Unspecified License
This is a layout that clones the interaction of going through sections when editing your sections in Facebook's paper app
UIView-UpdateAutoLayoutConstraints screenshot

UIView-UpdateAutoLayoutConstraints

February 23, 2015 • Public Domain License
An easy way to create and update AutoLayout Constraints (Mainly to update Width and Height of UIView)
FMMosaicLayout screenshot

FMMosaicLayout

February 22, 2015 • MIT License
A drop-in mosaic collection view layout with a focus on simple customizations.
SACollectionViewVerticalScalingFlowLayout screenshot

SACollectionViewVerticalScalingFlowLayout

February 16, 2015 • MIT License
SACollectionViewVerticalScalingFlowLayout applies scaling up or down effect to appearing or disappearing cells. In addition, animation of UIDynamics applies each cell.
RGCardViewLayout screenshot

RGCardViewLayout

February 12, 2015 • MIT License
This is a UICollectionViewLayout that clones the interaction of going through the set of cities in the City Guide App. (this app is #3 for the top iOS app animations on the Ray Wenderlich website,...
YFCardTransitions screenshot

YFCardTransitions

February 10, 2015 • MIT License
YFCardTransitions is a set of custom UIViewController transitions designed to be used with Tim Gleue's awesome TGLStackedViewController. This transitions are meant to simulate the behaviour of a c...
No image provided.

FBLikeLayout

February 10, 2015 • MIT License
This is an UICollectionView layout inspired by the photo section of facebook. This layout loads squared items with randomic full size items. It works with standard layout delegate methods. No addit...
No image provided.

ZLBalancedFlowLayout

January 22, 2015 • MIT License
A UICollectionViewFlowLayout subclass that scales items to take up space, optimized for large item set, inspired by NHBalancedFlowLayout.
INSElectronicProgramGuideLayout screenshot

INSElectronicProgramGuideLayout

January 21, 2015 • MIT License
UICollectionViewLayout subclass for displaying electronic program guide.
GPaperTrans screenshot

GPaperTrans

January 16, 2015 • MIT License
Yet another UICollectionView layout transitions inspired by Facebook Paper App written in Swift.
MONUniformFlowLayout screenshot

MONUniformFlowLayout

January 13, 2015 • MIT License
A simple flow layout the handles the arrangement of the items in a collection view uniformly based on the given number of columns, height of the item, inter item spacing, header height, and footer ...
NMBottomTabBarController screenshot

NMBottomTabBarController

January 12, 2015 • MIT License
A fully customizable tab bar controller for iOS written in Objective C. It uses autolayout. It requires iOS 7.1 + and ARC. You can set custom icon images, text, selected and unselected background...
RAReorderableLayout screenshot

RAReorderableLayout

January 08, 2015 • MIT License
A UICollectionView layout which you can move items with drag and drop.
MMTransitionEffect screenshot

MMTransitionEffect

December 23, 2014 • MIT License
This is Extension Of RSTransitionEffect(yeahdongcn) Transformed From (Frame based animation) to (Constraint Based Animation)
KRLCollectionViewGridLayout screenshot

KRLCollectionViewGridLayout

December 13, 2014 • MIT License
This layout is an alternative to UICollectionViewFlowLayout that positions and sizes items using a defined number of columns and an aspect ratio property which force the size of cells, rather than ...
HTKDragAndDropCollectionViewLayout screenshot

HTKDragAndDropCollectionViewLayout

December 08, 2014 • Apache 2.0 License
UICollectionViewLayout subclass that works together with a custom UICollectionViewCell to provide drag and drop for a UICollectionView. Works just like UITableView drag and drop. What's unique abou...
HTKDynamicResizingCell screenshot

HTKDynamicResizingCell

November 19, 2014 • Apache 2.0 License
Subclassed UITableView/UICollectionView cells that will auto calculate their size so long as AutoLayout constraints are applied correctly. For iOS 7+. Works similar to how iOS 8's auto sizing of ce...
JTScrollViewController screenshot

JTScrollViewController

November 17, 2014 • MIT License
Create a ScrollViewController on iOS pragmatically using Auto Layout without a nib file.