48:37
Евгений Ёлчев — UICollectionViewLayout from scratch
Mobius — конференция по мобильной разработке
За все это отвечает layout коллекции и класс UICollectionViewLayout. Но это довольно запутанный класс, который нужно ...
11:31
Configuring the Layout Object - Beginning CollectionViews in iOS - Swift 5, Xcode 11 - raywenderlich
Start building a new collection-view-focused app from scratch. Compose layouts using UICollectionViewCompositionalLayout ...
15:25
UICollectionViews in iOS with Compositional Layout
Learn how to use UICollectionViews in an iOS app. Code: ...
20:12
UICollectionView Tutorial: Custom UICollectionView Layout like Pinterest
In this tutorial, I will show you how to use custom UICollectionView Layout to create a layout like the Pinterest application.
30:30
CollectionView Compositional Layout (Advanced Layouts) - Swift 5, Xcode 12, 2020 - iOS Development
In this video we will learn how to create advanced collection view layouts with compositional layouts. These are powerful layouts ...
23:50
UICollectionView From Scratch [1] - CollectionViewCell & Supplementary View
In this 3 part series we will learn how to implement UICollectionView from scratch using UICollectionViewFlowLayout and ...
35:19
Swift: How to UICollectionView Flow Layout
UICollectionView / Flow Layout / Headers & Footers In this episode we look at how to build a simple Flow Layout using Collection ...
18:48
Collection View Layout & Sizing (Xcode 12, Swift 5, 2020) - iOS Development
In this video we will take a look at sizing and layouts for collection views and their cells. We will be working in Swift 5 and Xcode ...
24:15
UICollectionView Basic Instagram Layout - Swift 4.2 Xcode10 - Straight From the Docs
This video will show you how to use UICollectionView, UICollectionViewDelegateFlowLayout, UIColllectionViewDataSource and ...
9:55
Featured Cell - Custom Collection View Layouts - raywenderlich.com
The custom collection view layout series continues with an episode on creating the Ultravisual layout as well as creating a ...
35:11
Swift: How to UICollectionView Compositional Layout (List, Grid, Two Column Examples)
UICollectionViewLayout / UICollectionViewDiffableDataSource In this video we take a look at the UICollectionView Compositional ...
8:28
Custom Collection View Layouts in iOS: Introduction - raywenderlich.com
In this video series, you'll learn about the basics of creating layouts using collection views. This series will cover some layouts ...
2:27
Collection View Layouts in iOS 13, Xcode 11 and Swift 5.1 - raywenderlich.com
Support for supplementary views is optional and defined by the collection view's layout object, which is also responsible for ...
15:32
Netflix Layout Clone with UICollectionView - Compositional Layout - Part 1 | iOS Development
Netflix Movie feed Layout Clone with Swift and UICollectionView using Compositional Layout Part of Playlist: ...
28:38
UICollectionView From Scratch [2] - Flow Layout | Self-Sizing Cells | Data Source
In this part 2 of UICollectionView From Scratch, we will continue to: 1. Create Single Section Collection View 2. Implement ...
6:09
Cell Snapping - Custom Collection View Layouts - raywenderlich.com
This will video will cover the process of implementing a cell snapping effect. ---- About www.raywenderlich.com: ...
11:04
DIY - Adding Depth - Custom Collection View Layouts - raywenderlich.com
In this next episode, you'll learn to add depth to the stretchy headers by way of layout attributes ---- About ...
27:35
UICollectionView Tutorial: Custom UICollectionView Cell Xcode 10, Swift 4
UICollectionView is very popular in iOS application because of its flexible and easy to use. Today, I'll show you how to set up and ...
26:36
UICollectionView Swift - Compositional Layout **GAME CHANGING!**
Want to learn how to create the perfect UICollectionView? This video is all about UICollectionView in Swift! Escape Tutorial Hell ...
4:56
Swift 3 UICollectionView custom layout: how to define a custom cell and header
In this tutorial you'll see how to use the UICollectionView. We'll define a custom collection view cell and a custom header.