Skip to content

Commit 636b202

Browse files
committed
Added more properties
1 parent 6806eeb commit 636b202

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

TOPasscodeViewController/TOPasscodeSettingsViewController.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,13 +38,17 @@ NS_ASSUME_NONNULL_BEGIN
3838

3939
@interface TOPasscodeSettingsViewController : UIViewController
4040

41+
/** Delegate event for controlling and responding to the behavior of this controller */
42+
@property (nonatomic, weak, nullable) id<TOPasscodeSettingsViewControllerDelegate> delegate;
43+
4144
/** Set the visual style of the view controller (light or dark) */
4245
@property (nonatomic, assign) TOPasscodeSettingsViewStyle style;
4346

4447
/** Before setting a new passcode, show a UI to validate the existing password. (Default is YES) */
4548
@property (nonatomic, assign) BOOL requireCurrentPasscode;
4649

4750
/** If set, the view controller will disable input until this date time has been reached */
51+
@property (nonatomic, strong, nullable) NSDate *disabledInputDate;
4852

4953
/* Create a new instance with the desird light or dark style */
5054
- (instancetype)initWithStyle:(TOPasscodeSettingsViewStyle)style;

0 commit comments

Comments
 (0)