Search results for viewlayout

No image provided.

FBChatClone

June 02, 2017 • Apache 2.0 License
This project is a clone of FB Messenger . Converted to Swift3 syntax (Courtesy: https://www.letsbuildthatapp.com/). It covers topics like: 1. Auto Layout Using Code 2. Core Data Entities: Creat...
No image provided.

AppStoreClone

May 29, 2017 • Apache 2.0 License
This project is a clone of AppStore . Converted to Swift3 syntax (Courtesy: https://www.letsbuildthatapp.com/).It covers topics like: 1) Layout structure of the application by using a UICollecti...
No image provided.

FBClone

May 27, 2017 • Apache 2.0 License
This project is a clone of FB News Feed. Converted to Swift3 syntax (Courtesy: https://www.letsbuildthatapp.com/). It covers topics like: 1) Using a UICollectionView to make a vertical scroll...
No image provided.

YouTubeClone

May 14, 2017 • Apache 2.0 License
This project is a clone of YouTube. But the main intention is to show how to write clean code, using proper MVC patterns and re-usable coding methodologies. Converted from Swift2 (Source: https://w...
No image provided.

CustomTabBarYouTube

May 08, 2017 • Apache 2.0 License
This project covers: 1) UICollectionViewFlowLayout with all the auto-layout constraints added programatically 2) How to build custom tab bar as seen in YouTube app 3) URL session integration to bu...
No image provided.

ExpandingCollectionView

May 05, 2017 • Apache 2.0 License
This project covers adding a fancy expanding cell to UICollectionView, several auto layout-based labels, subtle parallax effects, and fading transitions to a standard Collection View. Written in La...
BouncyLayout screenshot

BouncyLayout

April 25, 2017 • MIT License
BouncyLayout is a collection view layout that makes your cells bounce.
CollectionViewSearchSwift screenshot

CollectionViewSearchSwift

April 21, 2017 • Apache 2.0 License
A simple project mainly focussing on Implementation of search in UICollectionView. Also lets you know about arranging UICollectionView Cells, their spacing, co-ordinates and arrangement based on di...
HFCardCollectionViewLayout screenshot

HFCardCollectionViewLayout

November 21, 2016 • MIT License
The HFCardCollectionViewLayout provides a card stack layout not quite similar like the apps Reminder and Wallet. Features: - Many options, also within the InterfaceBuilder - Flip animation...
CollectionViewShelfLayout screenshot

CollectionViewShelfLayout

July 30, 2016 • MIT License
A UICollectionViewLayout subclass displays its items as rows of items similar to the App Store Feature tab without a nested UITableView/UICollectionView hack. You can use a single data source for a...
ADMozaicCollectionViewLayout screenshot

ADMozaicCollectionViewLayout

July 21, 2016 • Apache 2.0 License
ADMozaicCollectionViewLayout is yet another UICollectionViewLayout subclass that implements "brick" or "mozaic" layout. Checkout the demo gif http://i.giphy.com/aEuFnblI9AQ24.gif
YBSlantedCollectionViewLayout screenshot

YBSlantedCollectionViewLayout

July 16, 2016 • MIT License
YBSlantedCollectionViewLayout is a subclass of UICollectionViewLayout allowing the display of slanted content on UICollectionView.
MEVHorizontalContacts screenshot

MEVHorizontalContacts

July 08, 2016 • Apache 2.0 License
An iOS UICollectionViewLayout subclass to show a list of contacts with configurable expandable items.
AWCollectionViewSlidingDoors screenshot

AWCollectionViewSlidingDoors

June 28, 2016 • Apache 2.0 License
Custom UICollectionViewLayout to create a slick vertical sliding effect with a focus view. In this implementation the focus effect will start at the top of the screen with the first cell and slowly...
BIZGrid4plus1CollectionViewLayout screenshot

BIZGrid4plus1CollectionViewLayout

March 27, 2016 • MIT License
BIZGrid4plus1CollectionViewLayout is a subclass of UICollectionViewLayout that creates grid with cell order: 4 small + 1 big, 4 small, 1 big + 4 small, 4 small.
No image provided.

HanabiCollectionViewLayout

December 10, 2015 • MIT License
UICollectionViewLayout subclass with a focus on UICollectionViewCell content.
SFFocusViewLayout screenshot

SFFocusViewLayout

November 13, 2015 • Apache 2.0 License
UICollectionViewLayout with focused content
NVBnbCollectionView screenshot

NVBnbCollectionView

August 31, 2015 • MIT License
A collection view inspired from Airbnb app. This comes with beautiful parallax effect on scrolling, built-in header and more loader. In addition, use of NVBnbCollectionView is as easy as UICollect...
UIXPackedLayout screenshot

UIXPackedLayout

August 31, 2015 • Unspecified License
UIXPackedLayout is a UICollectionViewLayout that fits as many cells a possible in either horizontal or vertical slices. Supports section headers and various justification & alignment options
ERJustifiedFlowLayout screenshot

ERJustifiedFlowLayout

June 30, 2015 • MIT License
A subclass of UICollectionViewFlowLayout for iOS that supports left, full, and right horizontal justification, as well as enforcing a fixed amount of spacing between each cell. Includes screenshot...