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 @wenchaoios,
First, I want to thank you for the great effort you are doing in this project. my case is i am disabling multiple selection and want one day to be selected at any time. the calendar has no selected date initially, so i call calendar.selectdate(nsdate()). but then when i select another day (by tapping on it). the date i had selected programmatically still selected also until i tap on it then it will be the only one selected.
The text was updated successfully, but these errors were encountered:
Hi @Ishass
I didn't reproduct this in the Example and SwiftExample. Did you use the latest version? If you did, can you make an example repo that could reproduct this?
hi @wenchaoios,

First, I want to thank you for the great effort you are doing in this project. my case is i am disabling multiple selection and want one day to be selected at any time. the calendar has no selected date initially, so i call
calendar.selectdate(nsdate())
. but then when i select another day (by tapping on it). the date i had selected programmatically still selected also until i tap on it then it will be the only one selected.The text was updated successfully, but these errors were encountered: