Contents

ForEachSectionCollection

A collection which allows a view to be treated as a collection of its sections in a for each loop.

Declaration

struct ForEachSectionCollection<Content> where Content : View

Overview

You don’t use this type directly. Instead SwiftUI creates this type on your behalf.

See Also

Iterating over dynamic data