Skip to content

Feature Request: Way to Turn Passcode Off Using TOPasscodeSettingsViewController #9

Open
@inPhilly

Description

@inPhilly
  • [X ] I have read this issue template and provided all possible information.
  • [X ] I'm NOT using CocoaPods

Hardware / Software

Which version of the library were you using?0.0.1
Which version of iOS are you running?several in simulator
What model of iOS device were you testing on?several in simulator
If using CocoaPods, which version of CocoaPods are you on?N/A

Goals

What is the outcome result you want to achieve with this library? Passcode controller in my app

Expected Results

A TOPasscodeSettingsViewState option to turn passcode off

Actual Results

It seems like, as of now, the TOPasscodeSettingsViewController can only be used to turn passcode on or change passcode. Usually, it is required that a user confirm a passcode before setting it off, and I could not see a way to easily do that with the controller as-is.

These are the current allowable states:
typedef NS_ENUM(NSInteger, TOPasscodeSettingsViewState) {
TOPasscodeSettingsViewStateEnterCurrentPasscode,
TOPasscodeSettingsViewStateEnterNewPasscode,
TOPasscodeSettingsViewStateConfirmNewPasscode
};

Feature Request

Add a way to turn passcode off, after confirmation of current passcode, using TOPasscodeSettingsViewController.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions