Skip to content

shjborage/SecretSwitch

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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];

About

cover apps with a blur screenshot to keep secret after double clicking iPhone's home

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Objective-C 93.8%
  • Ruby 6.2%