Tim Schmitz
Results
1
comments of
Tim Schmitz
I found that observing `UIApplicationWillEnterForegroundNotification` and then calling `invalidateLayout()` on the calendar view's `collectionViewLayout` property seemed to fix the problem. For example: ``` var calendarView: FSCalendar! override func viewDidLoad() {...