Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

History

1 Commit

Repository files navigation

SecureView

Enables you to hide ur UIViews and make them screen/screen shot proof. objective c/c++ only

Usage

UIWindow* mainWindow;
- (void) setup {
mainWindow = [[UIApplication sharedApplication] windows].lastObject;
SecureView *secureView = [SecureView new];
secureView.frame = mainWindow.frame;
[secureView setSecure:YES];
[mainWindow addSubview:secureView];
}

based on: https://stackoverflow.com/questions/18680028/prevent-screen-capture-in-an-ios-app

About

Enables you to hide ur UIViews and make them screen/screen shot proof. objective c/c++ only

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages