Skip to content

Toggling passcode requirements

bd452 edited this page May 13, 2014 · 3 revisions

Toggling the code is similar to other implementations

Toggle the code requirements:

[[LibPass sharedInstance] togglePasscode];

To manually set the toggle state:

[[LibPass sharedInstance] setPasscodeToggle:YES]

To fetch the current state of the toggle (it returns a boolean):

[LibPass toggleValue]

Clone this wiki locally