Closed this issue 8 years ago · 1 comments
Selects the current month & year! It should be the provided one!
fixed, you can check it in the version 1.2.0 already on cocoapods to set a default date you have to use the defaultDate on SBPickerSelector in your code:
defaultDate
picker.defaultDate = [NSDate dateWithTimeIntervalSinceNow:(60 * 60 * 24 * 100)];