SSCalendarControl icon indicating copy to clipboard operation
SSCalendarControl copied to clipboard

Need to show selected date in calendar.

Open kavin06 opened this issue 5 years ago • 0 comments

Hi, I need to show multiple dates selected in the calendar, viewDidAppear(). Any help?

Now I am using like this it's not working,

override func viewDidAppear(_ animated: Bool) { let today = Date() let tomorrows = Calendar.current.date(byAdding: .day, value: 2, to: today)! dateSelected(tomorrows)
}

Thanks in advance.

kavin06 avatar Nov 23 '19 10:11 kavin06