SwiftUI.cc
SwiftUI API tag

DisclosureGroup SwiftUI examples

Reference pages that use DisclosureGroup, with practical code and implementation notes.

Showing 1-2 of 2 reference pages

OutlineGroup and List(children:) render tree-shaped data with disclosure triangles — file browsers, org charts, and nested categories without manual recursion.

4 min readOpen

DisclosureGroup hides detail behind a chevron with optional isExpanded bindings for programmatic control, custom labels, and nested groups for settings trees.

3 min readOpen