kvyatkovskys / KVKCalendar

A most fully customization calendar for Apple platforms 📅

Home Page:https://kvyatkovskys.github.io/KVKCalendar/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

List View upgrade

virkrishna786 opened this issue · comments

Hi @kvyatkovskys

There are two issues i am facing on list view .
IMG_B0B05C42C6E2-1
Simulator Screen Shot - iPhone 14 - 2022-09-28 at 09 38 21

  1. In First Screen shot you can see list sector header date format is in Capital letter can we achive it .
  2. In Second screen shot i am not able to put any divider in sector header to differentiate from list cell .

Hi @virkrishna786!

You can create your own custom header view for each section, just to use this function
func dequeueHeader<T: UIScrollView>(date: Date?, type: CalendarType, view: T, indexPath: IndexPath) -> KVKCalendarHeaderProtocol?