Date picker uses the actual date of the selected item

This commit is contained in:
michael starke
2014-08-26 23:18:32 +02:00
parent 8d9a6ca881
commit 554da9dfc7
3 changed files with 7 additions and 3 deletions

View File

@@ -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;