init()
Creates a default bordered table style, with alternating row backgrounds.
init(alternatesRowBackgrounds : Bool)
Creates a bordered table style with optional alternating row backgrounds.
Availability 有効性
Technology
struct BorderedTableStyle
You can also use bordered
or bordered(alternates
to construct this style.
init()
init(alternatesRowBackgrounds : Bool)
func makeBody (configuration: BorderedTableStyle .Configuration) -> some View
typealias Body
struct AutomaticTableStyle
struct InsetTableStyle