Xcode – Remove BackgroundView from UITargetedPreview in Swift
I'm trying to remove the background view for my UITargetPreview. I made the background color clear, however, you can still see the frame of the background. This is what it currently looks like: I currently have a view that has…