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

didSelect not firing when programatically selecting date in 2.7.9 #804

Closed
lynchjbrendan opened this issue Oct 3, 2017 · 3 comments
Closed

Comments

@lynchjbrendan
Copy link

Description:
Same issue as #467 that was fixed in v2.5.0 is now present in 2.7.9.
Programatically selecting date with

let now = Date()
calendar.select(now)

does not fire calendar(_ calendar: FSCalendar, didSelect date: Date, at monthPosition: FSCalendarMonthPosition) but selecting date in the UI does fire this function.

Cocoapods,
Swift 4.0,
iphone 6 -> iOS 11.0 & iphone 5 -> iOS 8.1.3,
Xcode 9.0 GM,
FSCalendar 2.7.9

@ghost
Copy link

ghost commented Oct 3, 2017

The same problem as here under objective-c.

@mchirino89
Copy link

I shouldn't, when you do it programmatically no event is taking place. In fact, @WenchaoD already gave an answer about this. Look here #99 (comment)

@lynchjbrendan
Copy link
Author

@mchirino89, thanks, somehow I missed that. Closing this now.

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

2 participants