We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
As of 1.3.2 viewWillAppear(_:), viewWillDisappear(_:), viewDidAppear(_:), and viewDidDisappear(_:) are not invoked when we make transitions through MotionTransition since you removed calls to beginAppearanceTransition(_:animated:) and endAppearanceTransition() in commit 6b95e48
viewWillAppear(_:)
viewWillDisappear(_:)
viewDidAppear(_:)
viewDidDisappear(_:)
MotionTransition
beginAppearanceTransition(_:animated:)
endAppearanceTransition()
Material's TabsController is a victim of this change. I am not getting viewWillAppear(_:)-s anymore which my child view controllers heavily rely on
TabsController
The text was updated successfully, but these errors were encountered:
I am going to make a fix for this today. Sorry about that. I was concerned about this happened.
Sorry, something went wrong.
No worries :) Thank you for your support!
Please find a correct fix for this in Material 2.13.3 and Motion 1.3.3.
daniel-jonathan
No branches or pull requests
As of 1.3.2
viewWillAppear(_:)
,viewWillDisappear(_:)
,viewDidAppear(_:)
, andviewDidDisappear(_:)
are not invoked when we make transitions throughMotionTransition
since you removed calls tobeginAppearanceTransition(_:animated:)
andendAppearanceTransition()
in commit 6b95e48Material's
TabsController
is a victim of this change. I am not gettingviewWillAppear(_:)
-s anymore which my child view controllers heavily rely onThe text was updated successfully, but these errors were encountered: