kvyatkovskys / KVKCalendar

A most fully customization calendar for Apple platforms 📅
https://kvyatkovskys.github.io/KVKCalendar/
MIT License
537 stars 118 forks source link

Access displayed day,week,or month cell #368

Open cendolinside123 opened 1 month ago

cendolinside123 commented 1 month ago

On function


func dequeueCell<T>(parameter: CellParameter, type: CalendarType, view: T, indexPath: IndexPath) -> KVKCalendarCellProtocol? where T: UIScrollView { 

}

is posible access current displayed day,week,or month so we don't need create custom cell? Want to access view inside DayPhoneCell

thank you

kvyatkovskys commented 1 month ago

@cendolinside123 I'll add the ability to get the current cell