Better display of no expiration dates. Handling of cancel now does'nt overwrite existing expiry date

This commit is contained in:
michael starke
2014-08-22 12:43:24 +02:00
parent e6d6d9e553
commit 53a7f92b9b
9 changed files with 8 additions and 3 deletions

View File

@@ -13,6 +13,7 @@
@property (strong,readonly) NSDate *date;
@property (weak) IBOutlet NSDatePicker *datePicker;
@property (weak) IBOutlet NSPopUpButton *presetPopupButton;
@property (assign, readonly) BOOL didCancel;
- (IBAction)useDate:(id)sender;
- (IBAction)cancel:(id)sender;