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
However this causes issues when scrolling to date: scrollToDate:
Since the y origin in calculated: origin.y -= (PDTSimpleCalendarFlowLayoutHeaderHeight + PDTSimpleCalendarFlowLayoutInsetTop + self.collectionView.contentInset.top);
The text was updated successfully, but these errors were encountered:
I'm subclassing
PDTSimpleCalendarViewController
so that I can use a custom cell size.Which works fine:
However this causes issues when scrolling to date:
scrollToDate:
Since the y origin in calculated:
origin.y -= (PDTSimpleCalendarFlowLayoutHeaderHeight + PDTSimpleCalendarFlowLayoutInsetTop + self.collectionView.contentInset.top);
The text was updated successfully, but these errors were encountered: