| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
|
test |
Sorry, something went wrong.
|
test |
Sorry, something went wrong.
|
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
PR Checklist
What is the current behavior?
Crash reported in #5899.
What is the new behavior?
A fallback mechanism to init a layout guide during the layoutView in iOS 10.
Normal execution should not go trough the fallback as the safeAreaLayoutGuide property should already have been initialized in updateConstraints called in viewWillLayoutSubviews of the controller before the layout. This fallback is for cases layoutView was called before updateConstraints (perhaps manually called).
CC @NathanWalker