Martin Michalko

Results 2 comments of Martin Michalko

``` func calendar(_ calendar: JTACMonthView, cellForItemAt date: Date, cellState: CellState, indexPath: IndexPath) -> JTACDayCell { var cell = calendar.dequeueReusableJTAppleCell(withReuseIdentifier: "CalendarCell", for: indexPath) as! repeatsCalendarCell cell = sharedFunctionToConfigureCell(cell: cell, cellState: cellState,...

Hey, our app is due to release soon, but this error has been holding our development back. I was responsible for the calendar, and I do not want to switch...