-
Notifications
You must be signed in to change notification settings - Fork 7
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
Obj-C integration example ? #4
Comments
You shouldnt be using this to begin with, this is not the correct way to detect screenshots, this may break your UI, if not now, then in further releases of iOS, but for the sake of information, you can create a swift file which will import the ScreenProtectorKit swift file and expose functions to objc. import UIKit @objc public class ScreenProtectorBridge: NSObject {
} then in objective c controller use and use like this |
Hello,
Do you know how to implement your library in an Ios written in Obj-C ?
Thanks for your help
The text was updated successfully, but these errors were encountered: