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