Will Mays

Results 22 comments of Will Mays

@UriyDevyataev Are you able to assist with this?

I believe you can just add this to your FastisController.swift file: ``` public extension FastisController { var isCalendarScrollEnabled: Bool { get { self.calendarView.isScrollEnabled } set { self.calendarView.isScrollEnabled = newValue }...