NSScreencast (free videos)
Share:

Listens: 17

About

NSScreencast features weekly bite-sized videso on iOS development. This free feed is just a sample of what is available for members. Subscribe today at https://nsscreencast.com.

#453 - Compositional Layout

First introduced in iOS 13, UICollectionViewCompositionalLayout is an amazing and powerful addition that gives you lots of flexibility when describing...
Show notes

#451 - Cell Registration

In this episode we migrate our collection view to use the new cell registration API. Using this API we no longer need to cast dequeued cell types to o...
Show notes

#450 - Setting Up

In this episode we review the basic example app and start setting up our collection view in code. We start with the basic flow layout which is most co...
Show notes

#445 - SwiftUI Grids

With the introduction of LazyVGrid and LazyHGrid In iOS 14 we now have access to much more powerful grid-based layouts in SwiftUI. In this episode We ...
Show notes

#417 - Swift 5's Result Type

Before Swift 5 we used to write our own Result type to contain a value or an error (but never both). A lot of 3rd party libraries brought along their ...
Show notes

#400 - SwiftUI Gestures

Attaching gestures works quite a bit differently in SwiftUI than in UIKit. In this episode we will look at the @DragGesture property wrapper and how w...
Show notes