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
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.
Description:
Same issue as #467 that was fixed in v2.5.0 is now present in 2.7.9.
Programatically selecting date with
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
The text was updated successfully, but these errors were encountered: