Skip to content

Is it possible to get calendar cell size ? #368

@Amefuri

Description

@Amefuri

Hi,

I try to add event image using delegate here

func calendar(calendar: FSCalendar, imageForDate date: NSDate) -> UIImage? { return UIImage(named: "image.png") }

but it seem that my UIImage is too large for each cell and collapse with another cell.
My guess is that I have to resize the UIImage to match cell size. but I wonder how can I get the actual cell size from calendar ?

Thank you,

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions