KDCalender hide the title but not hide the weekdays iOS swift
Solution:
First return the header string to ""..If you tried with nil it will be shown.
Set the calender style with headerview height to 50 ..After that it will be shown but less height..So we can only show the dayviews..Not the header height..
Comments
Post a Comment