SnapshotSafeView
SnapshotSafeView copied to clipboard
how to disable?
hi I cannot disable it after enabling this is my code in swift
if friends.first?.isScreenshotDisabled == true { self.tableView.setupAsHiddenFromSystemScreenshotsAndVideoRecordings() } else {
}
how to disable?