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

selectDate function is not calling delegate methods #99

Closed
lucianocn opened this issue Sep 30, 2015 · 5 comments
Closed

selectDate function is not calling delegate methods #99

lucianocn opened this issue Sep 30, 2015 · 5 comments

Comments

@lucianocn
Copy link

When I use the selectDate function the delegate method calendar:(FSCalendar *)calendar didSelectDate:(NSDate *)date is not being called.


Example:
In UITabBarController when I use the function setSelectedIndex it also call all delegate methods.

@lucianocn lucianocn changed the title selectDate and delegate selectDate function is not calling delegate methods Sep 30, 2015
@WenchaoD
Copy link
Owner

Yes, it shouldn't . Because selectItemAtIndexPath: of UICollectionView does not triggercollectionView:didSelectItemAtIndexPath either.

@WenchaoD
Copy link
Owner

That's interesting. I didn't know that behavior of UITabBarController before. Looks like they are different.
image

@lucianocn
Copy link
Author

I also didn't know the behavior of UICollectionView ;)

Thanks for your answer @WenchaoIOS !

@nadagamal
Copy link

Hi,
I have the same issue.
[self.delegateProxy calendar:self didSelectDate:selectedDate atMonthPosition:monthPosition]; not fired my delegate method althougth didselectitem is called.

@ghost
Copy link

ghost commented Jun 20, 2018

so how can you call the didSelect?

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