FSCalendar
FSCalendar copied to clipboard
how to make calendar with square structure and cell selection with square instead of circle
lines between each row. And also is there any way to add selector horizontal line instead of circle or box
I am able to make the border square for each date cell ..but need to remove the space between tow date cell
make changes in FSCalendarCollectionViewLayout
self.sectionInsets = UIEdgeInsetsMake(0, 0, 0, 0);
how to access collectionViewFLow layout in our code
@paresh-navadiya Your solution is not working space still remains between date cell.
@iOSUser110 You can access with this code.
self.calendar.collectionViewLayout.sectionInsets = UIEdgeInsetsMake(0, 0, 0, 0);
Assuming calendar is the FSCalendar instance.
Hi @iOSUser110 , can share your code on how to put the border lines on the cell?
got any solution for this?
Somebody got any solution for this?
@constantinrazvan
calendar.appearance.borderRadius = 0.2