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.
16
Apr
2022
Custom Separator/Divider in SwiftUI Lists
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.