The following methods are throwing a warning and not working after converting/migrating to Swift 4.
public func calendar(_ calendar: JTCalendarManager!, prepareDayView dayView: UIView!)
public func calendar(_ calendar: JTCalendarManager!, didTouchDayView dayView: UIView!)
See the images for reference:


In Swift 4, these two methods have different types for the
dayViewargument ((UIView & JTCalendarDay)!instead ofUIView!):