Reading time: 1 min

This recipe shows how to create a custom divider in SwiftUI - one that allows you to customize its color and height/width/thickness.

Continue Reading...

Reading time: 2 min

This recipe shows how to implement a custom separator/divider in any SwiftUI list feeded by a ForEach - like VStack, LazyVStack, HStack, LazyHStack, etc.

Continue Reading...