How can I reduce the space between the day text and subtitle text in FSCalendar? Below image will give you the idea:
Asked
Active
Viewed 1,113 times
0
-
did you find any solution for this? – Abhishek Kumar Jun 20 '22 at 12:23
2 Answers
-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