We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Please check below Image - I want to remove next and previous month color -
Thanks & Regards, Kush Thakkar
The text was updated successfully, but these errors were encountered:
@KushThakkar Will consider this in later version. Thanks.
Sorry, something went wrong.
I got the Answer (You can close the issue) : - func calendar(calendar: FSCalendar, appearance: FSCalendarAppearance, fillColorForDate date: NSDate) -> UIColor? { if (arrPresentDays.contains(date.formatterDay)){ if(date.monthNO == strCurrentMonth){ return UIColor(hexString: "77cc33") } } else if (arrAbsentDays.contains(date.formatterDay)){ if(date.monthNO == strCurrentMonth){ return UIColor(hexString: "ff0000") } } else{ return UIColor.clearColor() } return UIColor.clearColor() }
No branches or pull requests
Please check below Image -
I want to remove next and previous month color -
Thanks & Regards,
Kush Thakkar
The text was updated successfully, but these errors were encountered: