jonathantribouharet / JTCalendar

A customizable calendar view for iOS.
MIT License
2.76k stars 531 forks source link

Show left and right arrows instead of month name #393

Closed beulahpt closed 3 years ago

beulahpt commented 3 years ago

Hi,

I want to show arrows instead of labels.

If I set _calendarMenuView.contentRatio = 0.5, the left and right labels with month name are visible. I tried without setting contentRatio. But the buttons are not clickable. Any help here?

Screenshot 2020-10-24 at 5 24 44 PM

beulahpt commented 3 years ago

I increased the contentRatio to 0.8 and now the labels are disappeared and the arrows are clickable _calendarMenuView.contentRatio = 0.8;