CalenderView's frame go wrong inside UIStackView
(Required) Version Number: 8.0.2
Description
I put CalenderView inside StackView, then set true "isHidden" to the other view inside UIStackView in other ViewController and come back to ViewController has Calender View , Calender View go back to "startDate" I set in "configureCalendar" in advance. when frame has been changed, seems like wrong I think.
Steps To Reproduce
Putting CalenderView inside StackView Setting true "isHidden" to the other view inside UIStackView
Expected Behavior
Keep showing month I have seen before transition to other ViewController.
Additional Context
will take a look in the morning. In the mean time, got a sample app with the issue? will be faster for me
Thank you. I will get it.
Thank you for waiting. I got a sample app in my repository. the name is SampleJTAppleCalender, please clone it. Thank you in advance.
Hi, can you post the link?
Here is the code. https://github.com/shuniiiig/SampleJTAppleCalender