Topic: "uicollectionviewflowlayout"
BenEmdon/CenteredCollectionView
A lightweight UICollectionViewLayout that 'pages' and centers its cells 🎡 written in Swift
Language: Swift - Size: 22.1 MB - Last synced at: 7 days ago - Pushed at: over 4 years ago - Stars: 1,409 - Forks: 111

mischa-hildebrand/AlignedCollectionViewFlowLayout
A collection view layout that gives you control over the horizontal and vertical alignment of the cells.
Language: Swift - Size: 429 KB - Last synced at: 14 days ago - Pushed at: about 2 months ago - Stars: 1,335 - Forks: 205

eleev/uicollectionview-layouts-kit
📐Custom layouts for UICollectionView with examples [iOS 12+].
Language: Swift - Size: 286 MB - Last synced at: 25 days ago - Pushed at: almost 2 years ago - Stars: 809 - Forks: 49

netguru/CarLensCollectionViewLayout 📦
An easy-to-use Collection View Layout for card-like animation.
Language: Swift - Size: 55.7 KB - Last synced at: 8 days ago - Pushed at: over 5 years ago - Stars: 547 - Forks: 39

MQZHot/ZCycleView
使用UICollectionView实现常见图片无限轮播,支持自定义cell,自定义pageControl,以及轮播样式
Language: Swift - Size: 4.07 MB - Last synced at: 24 days ago - Pushed at: almost 4 years ago - Stars: 442 - Forks: 69

iwheelbuy/SquareMosaicLayout
An extandable mosaic UICollectionViewLayout with a focus on extremely flexible customizations :large_orange_diamond:
Language: Swift - Size: 1.27 MB - Last synced at: about 1 year ago - Pushed at: about 6 years ago - Stars: 257 - Forks: 18

ChernyshenkoTaras/SquareFlowLayout
🌄 UICollectionViewLayout subclass inspired by Instagram Discover page style layout.
Language: Swift - Size: 1.28 MB - Last synced at: 3 days ago - Pushed at: almost 5 years ago - Stars: 159 - Forks: 23

NJHu/FlowLayout
UICollectionView WaterFlowLayout. 瀑布流.
Language: Objective-C - Size: 10.4 MB - Last synced at: over 1 year ago - Pushed at: almost 7 years ago - Stars: 121 - Forks: 35

ahmedAlmasri/SNCollectionViewLayout
Collection View Layouts is a set of custom flow layouts for iOS which imitate general data grid approaches for mobile apps.
Language: Swift - Size: 176 KB - Last synced at: 10 days ago - Pushed at: almost 4 years ago - Stars: 108 - Forks: 11

radianttap/Fields
Good, solid base to build custom forms in iOS apps, using self-sizing compositional layout.
Language: Swift - Size: 758 KB - Last synced at: about 2 years ago - Pushed at: over 3 years ago - Stars: 78 - Forks: 2

Coder-ZJQ/JQCollectionViewAlignLayout
A custom layout object based on flow layout. Added supports for horizontal, vertical alignment and RTL direction of collection view items.(available for both UICollectionView and NSCollectionView)
Language: Objective-C - Size: 3.15 MB - Last synced at: 10 days ago - Pushed at: almost 4 years ago - Stars: 71 - Forks: 14

getmimo/SnappingLayout
UICollectionViewFlowLayout with behaviour to snap the cell when scrolling.
Language: Swift - Size: 865 KB - Last synced at: 24 days ago - Pushed at: almost 4 years ago - Stars: 54 - Forks: 5

SwiftCrew/ios-inshorts-view
InshortsView, UICollectionView for implementing vertical swipe up-done for next/previous cards, like News Inshorts application.
Language: Swift - Size: 134 KB - Last synced at: 29 days ago - Pushed at: about 5 years ago - Stars: 52 - Forks: 9

VamshiIITBHU14/ExpandingCollectionView
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 Latest Swift Syntax. Converted from Swift2 to Swift3 (Source: https://www.raywenderlich.com)
Language: Swift - Size: 1.51 MB - Last synced at: 3 days ago - Pushed at: almost 8 years ago - Stars: 49 - Forks: 12

SiriDx/DXScaleFlowLayout
Custom collectionView layout that display scaled up/down cells
Language: Swift - Size: 6.74 MB - Last synced at: 1 day ago - Pushed at: over 6 years ago - Stars: 38 - Forks: 5

VamshiIITBHU14/CustomTabBarYouTube
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 build feed for Home screen. All written in Latest Swift 3 syntax following MVC pattern, re-usable code methodologies, extensions etc.Converted from Swift2 (Source: https://www.letsbuildthatapp.com) to Swift3.
Language: Swift - Size: 123 KB - Last synced at: 3 days ago - Pushed at: over 7 years ago - Stars: 38 - Forks: 8

gaowanli/SwiftWaterfallFlow
swift写的瀑布流布局
Language: Swift - Size: 152 KB - Last synced at: about 2 years ago - Pushed at: about 9 years ago - Stars: 37 - Forks: 14

VamshiIITBHU14/VKTableView
Hi! I was working on an app where I had to show information about 10-12 different entities and each entity details are to be shown in a UICollectionView. Thought of adding some fancy element and I came up with this project. Would love your feedback. Please have a look at GIF attached to have a better idea of what I have come up with. Swift4.
Language: Swift - Size: 1.68 MB - Last synced at: 3 days ago - Pushed at: about 7 years ago - Stars: 30 - Forks: 3

jjimeno/JJStaggeredGridCollectionView
A staggered UICollectionView grid layout subclassing UICollectionViewFlowLayout, with configurable columns, multiple sections, section insets, header & footer & dynamic cell size height
Language: Swift - Size: 19.1 MB - Last synced at: 19 days ago - Pushed at: almost 8 years ago - Stars: 28 - Forks: 3

liujunliuhong/SwiftyCollectionViewFlowLayout
A collection view layout capable of laying out views in vertically and horizontal scrolling water-flow and grids lists.
Language: Swift - Size: 7.54 MB - Last synced at: 6 days ago - Pushed at: 4 months ago - Stars: 24 - Forks: 2

VamshiIITBHU14/CollectionViewSearchSwift
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 different screen sizes.
Language: Swift - Size: 45.9 KB - Last synced at: 3 days ago - Pushed at: about 8 years ago - Stars: 24 - Forks: 5

rastaman111/TagsFlowLayout
This implementation is built using a UICollectionView and a custom flowLayout.
Language: Swift - Size: 4.04 MB - Last synced at: 26 days ago - Pushed at: about 3 years ago - Stars: 19 - Forks: 3

drougojrom/CSStickyFlowLayoutHeaders
UICollectionView replacement for your amazing headers
Language: Swift - Size: 3.73 MB - Last synced at: about 2 years ago - Pushed at: almost 8 years ago - Stars: 16 - Forks: 1

alxyzhv/carousel
Пример использования кастомного UICollectionViewFlowLayout для создания каруселей
Language: Swift - Size: 8.49 MB - Last synced at: about 2 years ago - Pushed at: about 4 years ago - Stars: 14 - Forks: 2

ladeiko/VegaScrollFlowLayoutX Fork of ApplikeySolutions/VegaScroll
↕️ VegaScroll is a lightweight animation flowlayout for UICollectionView completely written in Swift 4, compatible with iOS 11 and Xcode 9.
Language: Swift - Size: 37.1 KB - Last synced at: 26 days ago - Pushed at: over 6 years ago - Stars: 14 - Forks: 2

TheInkedEngineer/ToosieSlide
`ToosieSlide` is simple `Swift` library to generate a carousel like effect.
Language: Swift - Size: 767 KB - Last synced at: 2 days ago - Pushed at: almost 5 years ago - Stars: 12 - Forks: 3

gjeck/StickySplitCollectionViewFlowLayout.swift
Vertical and horizontal custom UICollectionView layout with sticky headers, footers, and more
Language: Swift - Size: 34.1 MB - Last synced at: about 1 year ago - Pushed at: over 5 years ago - Stars: 11 - Forks: 1

FabianTerhorst/FastAdapter-Swift
FastAdapter iOS implementation
Language: Swift - Size: 62.5 KB - Last synced at: 16 days ago - Pushed at: almost 5 years ago - Stars: 10 - Forks: 2

sncf-connect-tech/VSCollectionViewCellInsetFlowLayout
Apply margins to UICollectionViewCells
Language: Shell - Size: 218 KB - Last synced at: 3 days ago - Pushed at: over 7 years ago - Stars: 8 - Forks: 1

light-bo/BLLSudokuImageLayout
A UI component display images with the style like "nice" app. (仿 Nice 首页图片列表 9 图样式)
Language: Objective-C - Size: 63.5 KB - Last synced at: 5 months ago - Pushed at: over 7 years ago - Stars: 6 - Forks: 2

xuhongfei/HFCollectionViewAlignLeftFlowLayout
swift实现的用于实现cells左对齐排布的layout。
Language: Swift - Size: 111 KB - Last synced at: 22 days ago - Pushed at: over 5 years ago - Stars: 5 - Forks: 3

emilwojtaszek/collection-view-layout-examples
Example project with advanced features of UICollectionView & UICollectionViewLayout
Language: Swift - Size: 20.5 KB - Last synced at: about 2 years ago - Pushed at: about 8 years ago - Stars: 5 - Forks: 0

yurii-lysytsia/AirCollection 📦
AirCollection is a wrapper for UITableView / UICollectionView for VIPER / MVP architecture
Language: Swift - Size: 254 KB - Last synced at: about 2 years ago - Pushed at: over 3 years ago - Stars: 4 - Forks: 2

jongwonwoo/JWThumbnailsNavigation
This is a thumbnails navigation controller like Photos on iOS
Language: Swift - Size: 81.1 KB - Last synced at: about 2 years ago - Pushed at: almost 8 years ago - Stars: 4 - Forks: 0

imanoupetit/CollectionView-Columns-Examples
Four examples that show how to set a specific number of cells per row in a UICollectionView (using autoresizing cells, Auto Layout or Spring and Struts)
Language: Swift - Size: 15.6 KB - Last synced at: over 1 year ago - Pushed at: about 8 years ago - Stars: 4 - Forks: 1

fumiyasac/meals_2nd_ios_ui_recipe_showcase
iOSアプリ開発 - UI実装であると嬉しいレシピブックおもしろ編掲載サンプル
Language: Swift - Size: 42.9 MB - Last synced at: about 2 years ago - Pushed at: almost 3 years ago - Stars: 3 - Forks: 1

codwam/CollectionAlignedLayout
UICollectionView Aligned Layout
Language: Swift - Size: 47.9 KB - Last synced at: about 1 year ago - Pushed at: over 3 years ago - Stars: 3 - Forks: 0

iThink32/DynamicHeightFlowLayout
A flow layout that is used to display cells with dynamic height in multiple columns
Language: Swift - Size: 4.3 MB - Last synced at: about 2 years ago - Pushed at: about 6 years ago - Stars: 3 - Forks: 0

rastaman111/VerticalFlowLayout
This implementation is built using a UICollectionView and a custom flowLayout.
Language: Swift - Size: 3.59 MB - Last synced at: 5 months ago - Pushed at: about 3 years ago - Stars: 2 - Forks: 1

shankarmadeshvaran/DynamicFlowLayout
Dynamic Flow Layout - Fetching values from API and store in core data and develop an customised UICollectionViewFlowLayout based on the dimensions of Image
Language: Swift - Size: 5.55 MB - Last synced at: about 2 years ago - Pushed at: about 3 years ago - Stars: 2 - Forks: 0

satyadevchauhan/UICollectionViewDynamicHeight
Different approach to build dynamic collection cell height
Language: Swift - Size: 23.1 MB - Last synced at: 9 months ago - Pushed at: over 5 years ago - Stars: 2 - Forks: 0

szwathub/FlowLayoutKit
A collection of UICollectionlayout
Language: Objective-C - Size: 651 KB - Last synced at: about 1 month ago - Pushed at: about 6 years ago - Stars: 2 - Forks: 0

mohit5189/MKImageViewer
Language: Swift - Size: 69.3 KB - Last synced at: 10 days ago - Pushed at: over 6 years ago - Stars: 2 - Forks: 0

ibrahimyilmaz7/SwiftCenteredCollectionView
Swift centered collection view with motion effect and scale transition - using UIKit
Language: Swift - Size: 54.4 MB - Last synced at: about 1 year ago - Pushed at: about 3 years ago - Stars: 1 - Forks: 1

dragosmandu/ScrollView
A swift framework that displays infinite controllers in a scroll view.
Language: Swift - Size: 3.9 MB - Last synced at: about 1 year ago - Pushed at: almost 4 years ago - Stars: 1 - Forks: 0

JuyeonHong/Weather
iPhone Weather App using custom UICollectionViewFlowLayout and OpenWeather API
Language: Swift - Size: 32.8 MB - Last synced at: about 2 years ago - Pushed at: over 5 years ago - Stars: 1 - Forks: 0

idrougge/ColouredCollectionViewSections
Swift translation of ericchapman's ECDecorationView (https://github.com/ericchapman/ios_decoration_view)
Language: Swift - Size: 11.7 KB - Last synced at: over 1 year ago - Pushed at: almost 6 years ago - Stars: 1 - Forks: 0

Jerry0523/StickyCollectionViewFlowLayout
Language: Swift - Size: 967 KB - Last synced at: over 1 year ago - Pushed at: almost 6 years ago - Stars: 1 - Forks: 0

shingohry/CollectionViewAnimatingSample
Language: Swift - Size: 373 KB - Last synced at: over 1 year ago - Pushed at: over 6 years ago - Stars: 1 - Forks: 0

ggthedev/MQLearningCollectionView
Size: 4.88 KB - Last synced at: over 1 year ago - Pushed at: over 6 years ago - Stars: 1 - Forks: 0

AmirDaliri/CollectionViewInsideUITableViewCtrller
Language: Swift - Size: 32.2 KB - Last synced at: 22 days ago - Pushed at: almost 7 years ago - Stars: 1 - Forks: 0

imanoupetit/ReorderCollectionViewCells
Language: Swift - Size: 12.7 KB - Last synced at: over 1 year ago - Pushed at: about 7 years ago - Stars: 1 - Forks: 0

imanoupetit/CollectionViewStretchyHeaders
A collection view with a stretchy header
Language: Swift - Size: 119 KB - Last synced at: over 1 year ago - Pushed at: about 7 years ago - Stars: 1 - Forks: 0

imanoupetit/HeaderAndSupplementaryViews
A basic implementation of UITableViewHeaderFooterView in a UITableViewController and of UICollectionReusableView in a UICollectionViewController
Language: Swift - Size: 11.7 KB - Last synced at: over 1 year ago - Pushed at: about 7 years ago - Stars: 1 - Forks: 1

anon272/InstaKilo
Photo app using UICollectionView
Language: Objective-C - Size: 9.5 MB - Last synced at: 3 months ago - Pushed at: over 7 years ago - Stars: 1 - Forks: 0

mark-kebo/ListFlowLayout
FlowLayout for UICollectionView to represent cells as a list with additional click animation or loading state
Language: Swift - Size: 13.7 KB - Last synced at: about 2 years ago - Pushed at: almost 3 years ago - Stars: 0 - Forks: 0

takumi314/Sample-CollectionViewFlowLayout
Language: Swift - Size: 17.6 KB - Last synced at: 2 months ago - Pushed at: over 6 years ago - Stars: 0 - Forks: 0

chuheridangwu/UICollectionView
Language: Objective-C - Size: 25.4 KB - Last synced at: 12 months ago - Pushed at: over 7 years ago - Stars: 0 - Forks: 0
