Skip to content

Latest commit

History

7 Commits

Folders and files

NameName
Last commit message
Last commit date

Repository files navigation

SecureView

Enables you to hide ur UIViews and make them screen recording/screenshot proof.

Usage

- (void) setup {
UIWindow* mainWindow = [[UIApplication sharedApplication] windows].lastObject;
UIView *view = [[UIView alloc] init];
view.frame = mainWindow.frame;
[view hideViewFromCapture:YES]; // toggleable
[mainWindow addSubview:view];
}

based on: https://nsantoine.dev/posts/CALayerCaptureHiding

About

Enables you to hide ur UIViews and make them screen recording/screenshot proof.

Topics

Resources

Stars

13 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages