Rectangle() .opacity(0.001) .overlay( WebImage(url: URL(string: urlString)) .resizable() .indicator(.activity) .aspectRatio(contentMode: .fill) ) Rectangle(): 해당 뷰를 포함하는 프레임 내부에 정렬된 직사각형 모양https://developer.apple.com/documentation/swiftui/rectangle Rectangle | Apple Developer DocumentationA rectangular shape aligned inside the frame of ..