**(Required) Version Number: 8.0.2
Showing year view crash with assert error:
guard let monthView = monthView else { assert(false); return }
Creating month cell by extending JTACMonthCell programatically.
Code should pass assert false
By programatically creating month cell, there's no way to access var monthView: JTACCellMonthView? in parent class.
Making it public and assigning from child will fix the error.
Thanks.
Year view still has some edgecases to work out.
Thanks for letting me know this.
Will take a look over the weekend once free. I have some other issues on the issue list looking at, but if this fix is as easy as it sounds, i'll have a look.
@patchthecode any update regarding this issue?
@joshuaLareta fixed by connecting the monthView outlet from JTACMonthCell to the JTACCellMonthView view in my xib.
Most helpful comment
Thanks.
Year view still has some edgecases to work out.
Thanks for letting me know this.
Will take a look over the weekend once free. I have some other issues on the issue list looking at, but if this fix is as easy as it sounds, i'll have a look.