FSCalendar icon indicating copy to clipboard operation
FSCalendar copied to clipboard

A fully customizable iOS calendar library, compatible with Objective-C and Swift

Results 178 FSCalendar issues
Sort by recently updated
recently updated
newest added

当在点击日期的代理中添加了reloadData方法时,切换成week后,在同一周内随意点击日期,未点击的日期会闪一下 - (void)calendar:(FSCalendar *)calendar didSelectDate:(NSDate *)date atMonthPosition:(FSCalendarMonthPosition)monthPosition { NSLog(@"did select date %@",[self.dateFormatter stringFromDate:date]); if (monthPosition == FSCalendarMonthPositionNext || monthPosition == FSCalendarMonthPositionPrevious) { [calendar setCurrentPage:date animated:YES]; } [self.calendar reloadData]; }

From bottom of `README.md`, there's link [Documentation](http://cocoadocs.org/docsets/FSCalendar/) But this web address is not working

在属性adjustsBoundingRectWhenChangingMonths = YES的情况下,例如选中2022年1月1号,然后由月份切换至周正常,但由周切换至月份会显示不出最后一行内容。

Hi, I'm getting this error: No such module 'FSCalendar' Is installed manually, just adding the FSCalendar folder to my project. Thank you.

## The following informations are requested in a bug report * A brief bug description. * Stack trace. * Integration method.`(manually/cocoapods/carthage)` * Full steps to reproduce. * Device modal and...

## The following informations are requested in a bug report * A brief bug description. * Stack trace. * Integration method.`(manually/cocoapods/carthage)` * Full steps to reproduce. * Device modal and...

I cant figure out: how change height of day cell. Simple calendar.daysContainer.height = 50 - not works for me, and calendar.daysContainer.fs_height = 50 also. Method - "boundingRectWillChange" not called, even...

The icons for the sponsor portion of the README are not appearing.

Hello there, I need to remove weekend days from the calendar, for example (Saturday & Sunday) with its dates so the calendar will be in 5 weekdays only, is there...

## The following informations are requested in a bug report * A brief bug description. * Stack trace. * Integration method.`(manually/cocoapods/carthage)` * Full steps to reproduce. * Device modal and...