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.calendar.frame.height returns the same value for when the calendar's scope is Month and when the scope is Week. I'd expect the height to be smaller when the calendar's scope is Week but self.calendar.frame.height doesn't seem to return the correct value. How do I determine the height of the calendar when the scope changes? Thanks.
The text was updated successfully, but these errors were encountered:
Never mind. The new height is passed in the bounds argument forfunc calendar(calendar: FSCalendar, boundingRectWillChange bounds: CGRect, animated: Bool)
self.calendar.frame.height returns the same value for when the calendar's scope is Month and when the scope is Week. I'd expect the height to be smaller when the calendar's scope is Week but self.calendar.frame.height doesn't seem to return the correct value. How do I determine the height of the calendar when the scope changes? Thanks.
The text was updated successfully, but these errors were encountered: