Ranbijay
Ranbijay

Reputation: 45

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.

Upvotes: 0

Views: 72

Answers (1)

Ranbijay
Ranbijay

Reputation: 45

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.

Upvotes: 1

Related Questions