Type '() -> ()' cannot conform to 'View i need help

import SwiftUI

struct NBA: View { @State private var isShowingStandings = false

var body: some View {
    ScrollView {
        VStack {

We can't really help you with this because there's just not enough information.

Two things:

  • Please put all your code inside the code tags.
  • PLEASE don't use random tags when you add them to your post. What does this have to do with "XcodeKit"?
Type '() -> ()' cannot conform to 'View i need help
 
 
Q