-
Notifications
You must be signed in to change notification settings - Fork 72
Open
Description
struct ContentView: View {
var body: some View {
SettingStack {
SettingPage(title: "Playground") {
SettingGroup(header: "Group 1") {
ForEach(0..<5) { i in
SettingCustomView {
Text("Hello Group \(i)")
}
}
}
}
}
}
}
}
Error: Static method 'buildExpression' requires that 'SettingCustomView' conform to 'View'
Possible useful resources:
longseespace
Metadata
Metadata
Assignees
Labels
No labels