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