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
Taking a look at your Swift sample, I tried the same, I mean, I tried to have calendarView as @IBOutlet, and its height constraint as @IBOutlet too.
(I'm trying to implement the .Week mode)
The view takes the suitable height, but the views inside are not being rendered properly. If I add the code you mentioned in the doc, it creates an infinity loop trying to redraw calendarView's layout.
Taking a look at your Swift sample, I tried the same, I mean, I tried to have
calendarView
as@IBOutlet
, and its height constraint as@IBOutlet
too.(I'm trying to implement the
.Week
mode)The view takes the suitable height, but the views inside are not being rendered properly. If I add the code you mentioned in the doc, it creates an infinity loop trying to redraw
calendarView
's layout.Is there any workaround or solution for that?
The text was updated successfully, but these errors were encountered: