hsylife / SwiftyPickerPopover

A more convenient way to display a popover with a built-in picker, on iPhone/iPad of iOS9+.
MIT License
653 stars 97 forks source link

Condidering @discardableResult #111

Open Drusy opened 5 years ago

Drusy commented 5 years ago

Would you consider adding @discardableResult for the builder methods of the pickers ? In case the picker is a stored property, it would be nice to change its properties discarding the result, simply using picker.setMaximumDate(date)

Regards

hsylife commented 5 years ago

Thank you for your idea. It sounds nice.