SwiftUIShareSheetDemo icon indicating copy to clipboard operation
SwiftUIShareSheetDemo copied to clipboard

UIActivityViewController leaks

Open CodeStage opened this issue 3 years ago • 0 comments

In your implementation, every time the button is pressed, a new instance of UIActivityViewController is leaked because they are never deallocated

CodeStage avatar Oct 25 '21 09:10 CodeStage