-
Notifications
You must be signed in to change notification settings - Fork 813
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
Disable Multiple Cells according to Date Array #1319
Comments
yes, just implement the shouldSelect delegate function. |
I was asking for dimming the cell not for selecting, btw I achieve this as bellow code
I put above code in cellForItemAt but there is another thing which I want to achieve, I want to change cell color of previous dates, for example today is 25 April and all previous dates cell color should change. |
How can I show only two month calendar where user can select dates between them only and the rest of dates looks like unselected or disable |
@SohaibSiddique this is done in the function where you setup your cell. |
got that, its working fine now |
Hello All,
I have array with date strings in it I want to disable cells which equal to date string in array.
like date hides in the screenshoot.
is this possible with this library,
The text was updated successfully, but these errors were encountered: