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
Is there a way to know the height the CVCalendarView need in order to display all of the days properly?
When I use it on an iPhone 5 or newer it looks fine but when I use it on an iPhone 4 it looks bad.
the constraint I have on the calendarView are:
-leading space to superview: 0
-trailing space to superview: 0
-top space to menuView: 0
-button space to label*: -10
the label is centered at the middle of the view because I have a tableView below the calendarView, the problem, as I said is that when I switch to a smaller screen the calendarView doesn't have enough space.
The text was updated successfully, but these errors were encountered:
Is there a way to know the height the CVCalendarView need in order to display all of the days properly?
When I use it on an iPhone 5 or newer it looks fine but when I use it on an iPhone 4 it looks bad.
the constraint I have on the calendarView are:
-leading space to superview: 0
-trailing space to superview: 0
-top space to menuView: 0
-button space to label*: -10
the label is centered at the middle of the view because I have a tableView below the calendarView, the problem, as I said is that when I switch to a smaller screen the calendarView doesn't have enough space.
The text was updated successfully, but these errors were encountered: