Glow-Inc / GLCalendarView

A fully customizable calendar view acting as a date range picker
MIT License
855 stars 106 forks source link

Not showing Month Cover Title #30

Open annpt1 opened 8 years ago

annpt1 commented 8 years ago

I use it on my Swift project. But the problem is when I scrolling, the month cover title not showing.

I alse put this line in AppDelegate. GLCalendarView().monthCoverAttributes = [NSFontAttributeName:UIFont.systemFontOfSize(30),NSForegroundColorAttributeName:UIColor.redColor()] but doesn't help. Anyone face this issue?