PatchTheCode
PatchTheCode
OK. 1. What xcode version are you using? 2. What about the last error, is it still there?
is it possible you can provide a sample app with this crash?
@umarchohan is it possible you can create a sample app (a barebones minimal app with no company code inside it) that recreates this issue?
if you are using the same code. Can you confirm that it is not crashing at the forced optional values? I see you force the values here --> self.calendarView.selectDates([formatter.date(from: getTodayDate())!])...
this happened in production mode or in development? And how did it happen?
can you upload the sample video? I cant see it from icloud.
@vijay12345678910 the answer is yes. But please create a new issue for this.
can you try writing this in your viewController? ```swift override func viewWillTransition(to size: CGSize, with coordinator: UIViewControllerTransitionCoordinator) { let visibleDates = calendarView.visibleDates() calendarView.viewWillTransition(to: .zero, with: coordinator, anchorDate: visibleDates.monthDates.first?.date) } ```...
hmm. that function i gave you was supposed to do it. Is it possible you can provide a sample iPad project replicating the issue? you do not have to design...
Apologies. I missed this issue.. taking a look. (got caught up between projects)