0

How can I reduce the space between the day text and subtitle text in FSCalendar? Below image will give you the idea:

enter image description here

Rohitax Rajguru
  • 893
  • 2
  • 13
  • 35

2 Answers2

-1

I have encountered similar issues. you can do subtitleTextSize value 0 in this class 'FSCalendarAppearance'. you should try.

Use following code:

@implementation FSCalendarAppearance
_subtitleTextSize = 0;
BuLB JoBs
  • 841
  • 4
  • 20
-3
let offSet = calendar.appearance.subtitleOffset =  CGPoint(x: 0, y: offSet)
Nikos Hidalgo
  • 3,666
  • 9
  • 25
  • 39
nrvjj008
  • 1
  • 1