When converting SwiftUI view to image, it doesn't work as expected – Ios swift
My goal is to convert SwiftUI view to image. I am currently building it for iOS 15 here is the code that converts the view to image extension View { func snapshot() -> UIImage { let controller = UIHostingController(rootView: self)…