Skip to content
New issue

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

Screen Capture? #5

Closed
dimsky opened this issue Jun 13, 2019 · 3 comments
Closed

Screen Capture? #5

dimsky opened this issue Jun 13, 2019 · 3 comments

Comments

@dimsky
Copy link

dimsky commented Jun 13, 2019

Where is the link?

@heestand-xyz
Copy link
Owner

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.

@heestand-xyz
Copy link
Owner

It's simple to use, just initialise it and it will start the screen capture:
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

@dimsky
Copy link
Author

dimsky commented Jun 14, 2019

😔Not support iOS.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants