Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deselection of unique date is not possible #181

Closed
juliengdt opened this issue Jan 8, 2016 · 1 comment
Closed

Deselection of unique date is not possible #181

juliengdt opened this issue Jan 8, 2016 · 1 comment

Comments

@juliengdt
Copy link

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

@WenchaoD
Copy link
Owner

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants
@WenchaoD @juliengdt and others