We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Where is the link?
The text was updated successfully, but these errors were encountered:
The docs (Jazzy) are built with the iOS version of the framework, where the Screen Capture is not available. I removed the broken link. Thanks.
Sorry, something went wrong.
It's simple to use, just initialise it and it will start the screen capture: let screenCapture = ScreenCapturePIX()
let screenCapture = ScreenCapturePIX()
Then add it to a view:
let finalPix: PIX = screenCapture finalPix.view.frame = view.bounds view.addSubview(finalPix.view)
To choose a second screen, use this: screenCapture.screenIndex = 1
screenCapture.screenIndex = 1
😔Not support iOS.
No branches or pull requests
Where is the link?
The text was updated successfully, but these errors were encountered: