You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It is asking me to provide another function, I've been following your video tutorial but you only have two protocols outlined in the video. I cloned your project and implemented everything correctly. Could you resolve this issue?
You must be using the latest master branch code.
Yes, in the update to come, i will be forcing every one to implement the willDisplayCell function.
The reason is explained here -> #553
let me know if it was clear. I'll close this issue for now.
Will open again if you need more explanation.
Hi ,
It is asking me to provide another function, I've been following your video tutorial but you only have two protocols outlined in the video. I cloned your project and implemented everything correctly. Could you resolve this issue?
Here is the code:
func calendar(_ calendar: JTAppleCalendarView, willDisplay cell: JTAppleCell, forItemAt date: Date, cellState: CellState, indexPath: IndexPath) { <#code#> }
I already have these two defined
`
Why is it asking me to conform to another protocol?
Thanks
The text was updated successfully, but these errors were encountered: