How to group sub views with separator in SwiftUI
Issue #1015
Building a container view that wraps child views and places dividers between them sounds simple. But until iOS 18, SwiftUI didn’t give us a clean way to iterate over child views. Let’s look at how this problem was solved …
Start the conversation