zjfjack / JZCalendarWeekView

Calendar Week & Day View in iOS Swift
MIT License
460 stars 121 forks source link

change scrollType to .none, change header (date) #101

Open bungkhus opened 5 years ago

bungkhus commented 5 years ago

Hi, I have a few questions:

  1. Can I change the scrollType to .none?
  2. How to change header (date) with my custom cell?

Thanks

zjfjack commented 5 years ago

why do you need scrollType to .none? If you don't want to scroll, you can set the scrollableRangeDate

If you want to change the date, refer to the customView CustomWeekView and HourRowHeader. It's just changing the row header to column header