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
This is not an issue, more general wuestion. I made array of Moments var selectedDays = [Moment]()
How could I use func calendarDidSelectDate(date: Moment) to display all selected dates?
The text was updated successfully, but these errors were encountered:
This is not an issue, more general wuestion. I made array of Moments
var selectedDays = [Moment]()
How could I use
func calendarDidSelectDate(date: Moment)
to display all selected dates?The text was updated successfully, but these errors were encountered: