Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 536 Bytes

README.md

File metadata and controls

22 lines (13 loc) · 536 Bytes

SecretSwitch

Protect your secret info while switching apps.

##Demo

Like this:

demo

##How to

#import "SecretSwitch.h"

and then add this to your application:didFinishLaunchingWithOptions: method:

[SecretSwitch protectSecret];

You can specify the resolution and blur with the following options. Refer to the method documentation to see how the parameters are handled.

[SecretSwitch setBlurFactor:5];
[SecretSwitch setResolutionFactor:4];