Hello,
In my case, if someone wants to select more than 2 dates like one user selects 3 dates, I want to automatically deselect the first date, so that I can only want to select 2 dates.
I have used multiple selection mode and tried to use this method but in documentation, they said that CalendarTapped does work only in single selection mode.
Can you please help me as I am currently working on a project and struck with this scenario.
public override void CalendarTapped(SFCalendar calendar, NSDate selectedDate, NSArray appointments)
My problem is that I want to select only 2 dates and if any user selects more than 3 dates then automatically deselect the first date so that only 2 dates can be selected.
Can you suggest me any help.
Thank you for your time and cooperation.