Expected expression

Hey, I've been following a tutorial on how to create a news feed but I am getting these errors. I've tried following the suggestions but they didn't get me anywhere.

Answered by Claude31 in 721704022

You have probably missed something.

code should be lile this (you may declare identifier):

URLImage(url: url,         
        empty: { EmptyView()  },        
        content: { image, info in 
              image
                .resizable()
               .aspectRatio(contentMode: .fill)   
      })
Accepted Answer

You have probably missed something.

code should be lile this (you may declare identifier):

URLImage(url: url,         
        empty: { EmptyView()  },        
        content: { image, info in 
              image
                .resizable()
               .aspectRatio(contentMode: .fill)   
      })
Expected expression
 
 
Q