FSCalendar icon indicating copy to clipboard operation
FSCalendar copied to clipboard

Spacing between cells

Open jpaaquino opened this issue 4 years ago • 2 comments

I need to remove the spacing between the calendar days so they they look like below. Is that possible? A manual change would be fine too.

Screen Shot 2021-01-18 at 16 51 37

jpaaquino avatar Jan 18 '21 19:01 jpaaquino

calendar.adjustsBoundingRectWhenChangingMonths = true

aalaaeid avatar Feb 05 '21 21:02 aalaaeid

just make one change in FSCalenderCell M file. check for _shapeLayer.frame then replace those lines with _shapeLayer.frame = self.bounds;

Aaqibali279 avatar Jan 20 '22 13:01 Aaqibali279