HelpView
struct HelpView: View
SwiftUI View
for help
-
The body of the
View
Declaration
Swift
var body: some View
-
Wrap a chapter in a section
Declaration
Swift
func section(_ header: String, content: String) -> some View
Parameters
header
The header
content
The content
Return Value
A
Section view