mirror of
https://github.com/MacPass/MacPass.git
synced 2025-12-19 15:39:32 +00:00
Date picker uses the actual date of the selected item
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
|
||||
@interface MPDatePickingViewController : MPViewController
|
||||
|
||||
@property (strong,readonly) NSDate *date;
|
||||
@property (strong) NSDate *date;
|
||||
@property (weak) IBOutlet NSDatePicker *datePicker;
|
||||
@property (weak) IBOutlet NSPopUpButton *presetPopupButton;
|
||||
@property (assign, readonly) BOOL didCancel;
|
||||
|
||||
Reference in New Issue
Block a user