0

Is it possible to do this kind of customization in FSCalender View as below image?

FSCalender View

FSCalender provides us round circle layout on the selection of date which is in left.

but

I need the layout like right end side when selecting a date it also selects the day of that date with square border.

rmaddy
  • 314,917
  • 42
  • 532
  • 579
yagnik suthar
  • 151
  • 2
  • 13

2 Answers2

0

In the documentation you can find how to make the shape a rectangle: https://github.com/WenchaoD/FSCalendar/blob/master/MOREUSAGE.md#the-day-shape-doesnt-have-to-be-a-circle

There are more properties to change apprearance declared here: https://github.com/WenchaoD/FSCalendar/blob/master/FSCalendar/FSCalendarAppearance.h

Especially borderSelectionColor might be what you are looking for.

qRis
  • 86
  • 6
  • thanks for the response but I want this kind of border which is in below image [1]: https://i.stack.imgur.com/HB5ej.png – yagnik suthar Jul 12 '19 at 06:24
-1

yes you can add custom image in FSCalendar

PRITAM SATPUTE
  • 111
  • 2
  • 5