JZCalendarWeekView
JZCalendarWeekView copied to clipboard
How to remove ColumnHeader?
Hi how are you removing the columnheader?
Same question.
@gregorio-michael @dnhrtmn
Solution :
- Open pods file
- Find JZColumnHeader
- Comment setupUI() and backgroundColor = .clear
- Find JZWeekViewFlowLayout
- Change defaultColumnHeaderHeight: CGFloat { return 44 } to return 0.
Result :