Skip to content

Rednick16/SecureView

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

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

Watchers

Forks

Releases

No releases published

Packages

No packages published