Merge pull request #581 from roark31337/master

Make selectedDate nullable
This commit is contained in:
Wenchao Ding 2017-02-20 21:58:16 +08:00 committed by GitHub
commit ebfef91b5d
1 changed files with 1 additions and 1 deletions

View File

@ -432,7 +432,7 @@ IB_DESIGNABLE
/**
A date object identifying the section of the selected date. (read-only)
*/
@property (readonly, nonatomic) NSDate *selectedDate;
@property (nullable, readonly, nonatomic) NSDate *selectedDate;
/**
The dates representing the selected dates. (read-only)