WenchaoD / FSCalendar

A fully customizable iOS calendar library, compatible with Objective-C and Swift

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Change height for day cell.

DmitriyTerekhin opened this issue · comments

I cant figure out: how change height of day cell.
Simple calendar.daysContainer.height = 50 - not works for me, and calendar.daysContainer.fs_height = 50 also.
Method - "boundingRectWillChange" not called, even after confirm to 3 protocols FSCalendarDelegate, FSCalendarDelegateAppearance, FSCalendarDataSource.
I need to say that my calendar sits in expanded tableViewCell and it not showing momently.
My FSCalendar view has always 200 height. And in expanded state it will always 200 height. I just want make cell height bigger (50 for example) or change number of rows in month (4 rows).
Help, me pls!

commented

Did you figure it out?

Hello i also want to change the size of day cell let me know if anyone has solution to it.