You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
self.cellHeight is a new property that I've added to the class.
Then I get this value in my own class, method - (void)calendar:(JTCalendarManager *)calendar prepareDayView:(JTCalendarDayView *)dayView
The problem is that this last method gets called for each day of the current, previous and next month, but I need to show the cells' height of the current month only.
Any idea how to do this?
The text was updated successfully, but these errors were encountered:
Hi,
I need to find the height of the current month's day cell, where can I get it?
Right now I've tried to get it from JTCalendarDayView.m:
in the method -(void)layoutSubviews
self.cellHeight is a new property that I've added to the class.
Then I get this value in my own class, method - (void)calendar:(JTCalendarManager *)calendar prepareDayView:(JTCalendarDayView *)dayView
The problem is that this last method gets called for each day of the current, previous and next month, but I need to show the cells' height of the current month only.
Any idea how to do this?
The text was updated successfully, but these errors were encountered: