codeandtheory / ycalendarpicker-ios

An easy-to-use and highly customizable month calendar.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[CM-1189] Add missing intrinsicContentSize to YCalendarPicker

mpospese opened this issue · comments

The UIControl subclass YCalendarPicker should have an intrinsic content size. This can be calculated using the day size, weekday typography, and month typography.

While we’re at it, let’s also rename CalendarHeaderView to simply MonthView to match the other subviews (WeekdayView, DayView, DaysView).