We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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]