I'm trying to achieve this calendar (image attached), by using FSCalendar,
All works fine except, any button I add inside FSCalendar UIView is un-clickable in simulator, I do have gesture recognizers in the calendar view to shift between months and weeks, so apparently the reason for my problem is that,
How can I add those buttons to the calendar without disabling the calendar pan gesture recognizers? and how can the headerview be aligned to the left of the calendar instead of center?