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,
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,