For the complete documentation index, see llms.txt. This page is also available as Markdown.

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.

You can use this API to set any particular view as private so that it is always hidden in screenshots.

view.Luciq_privateView = true
view.Luciq_privateView = YES;

Last updated