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
Picker does not return any value on done button while we don't select anything and just press done button. If i want to get default selected value on done press event then what should i do?
The text was updated successfully, but these errors were encountered:
you should set the current date in var like var currentDate = Date()
then set that variable to your default label or text. Then when you pick any date from picker then update value of currentDate to picked date like currentDate = pickableDate
Picker does not return any value on done button while we don't select anything and just press done button. If i want to get default selected value on done press event then what should i do?
The text was updated successfully, but these errors were encountered: