Private Views
Mark any view in your iOS app as private so Luciq always hides it in captured screenshots. Includes the API call and how the redaction behaves.
view.Luciq_privateView = trueview.Luciq_privateView = YES;Last updated
Mark any view in your iOS app as private so Luciq always hides it in captured screenshots. Includes the API call and how the redaction behaves.
You can use this API to set any particular view as private so that it is always hidden in screenshots.
view.Luciq_privateView = trueview.Luciq_privateView = YES;Last updated