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
Hi @juliengdt
I made this feature because it's also a feature of UICollectionView, which is, when u call deselectItemAtIndexPath: to perform a deselection, the delegate method (collectionView:didDeselectItemAtIndexPath:) is not called.
Hope this answer makes sense.
How
Create new instance of FSCalendar, and set allowMultipleSelection to NO + implements delegate "didDeselect...."
What
When you select a date, OK it's selected, but when you deselect it, the delegate isn't called. What am i missing ?
Julien
The text was updated successfully, but these errors were encountered: