You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: