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
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,
The text was updated successfully, but these errors were encountered:
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,
The text was updated successfully, but these errors were encountered: