zjfjack / JZCalendarWeekView

Calendar Week & Day View in iOS Swift
MIT License
448 stars 120 forks source link

How to remove ColumnHeader? #115

Open gregorio-michael opened 4 years ago

gregorio-michael commented 4 years ago

Hi how are you removing the columnheader?

dnhrtmn commented 4 years ago

Same question.

roofbabayev commented 3 years ago

@gregorio-michael @dnhrtmn

Solution :

  1. Open pods file
  2. Find JZColumnHeader
  3. Comment setupUI() and backgroundColor = .clear
  4. Find JZWeekViewFlowLayout
  5. Change defaultColumnHeaderHeight: CGFloat { return 44 } to return 0.

Result : Screen Shot 2021-03-12 at 08 15 53