Created
March 19, 2020 19:42
-
-
Save nunogoncalves/258a745894058556c7e2b8d47466a8e2 to your computer and use it in GitHub Desktop.
ScreenshotServiceDelegate
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
func screenshotService( | |
_ screenshotService: UIScreenshotService, | |
generatePDFRepresentationWithCompletion completionHandler: @escaping (Data?, Int, CGRect) -> Void | |
) { | |
... | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment