I'm trying to get the date that the user selects via the didSelectDate
function, but it's not getting called.
Here's my code:
func calendar(calendar: FSCalendar!, didSelectDate date: Date!) {
print ("this func is getting called")
}
What's the problem?
In Swift 3, the method changed a little. Replace
with