Search code examples
ioscalendarios9icalendarnscalendar

Dates not visible in FFCalendar in iOS 9


Dates are not visible in FFCalander iOS 9 ,but every thing is working fine in iOS 8 .I changed all the deprecated methods then also facing the same problem. Can anyone help.

enter image description here

Thanks and regards, Ranbijay.


Solution

  • Got a solution from github

    In FFMonthCell.m

    - (void)initLayout { ... labelDay = [[UILabel alloc] initWithFrame:CGRectMake((imageViewCircle.frame.size.width-25.)/2., (imageViewCircle.frame.size.height-25.)/2., 25., 25.)]; }

    Thanks.