SwiftUI ViewBuilder can't pass in different views
In Swift/SwiftUI, I’m trying to make a custom view, which takes other views as arguments. However, I’m getting the error Type of expression is ambiguous without more context. I know that this error is usually due to mismatching types. Also, in the implementation below, having 2 Text views causes no error, but using a Text… Read More SwiftUI ViewBuilder can't pass in different views