JZCalendarWeekView icon indicating copy to clipboard operation
JZCalendarWeekView copied to clipboard

How to remove ColumnHeader?

Open gregorio-michael opened this issue 5 years ago • 3 comments

Hi how are you removing the columnheader?

gregorio-michael avatar Feb 11 '20 08:02 gregorio-michael

Same question.

dnhrtmn avatar Apr 01 '20 19:04 dnhrtmn

@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

roofbabayev avatar Mar 12 '21 04:03 roofbabayev