-
Notifications
You must be signed in to change notification settings - Fork 54
New issue
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
VerticalStackPanelConstraints no longer works in iOS13. #57
Comments
Are you using it inside a UIScrollView? |
Yes I am. The same code works fine in iOS12, but it breaks in iOS13. |
So, the issue is a change in iOS 13, not the library. iOS 13 now includes a indicator view as the first child in View.Subviews. So you can not just pass view.subviews anymore. You need to create a list of the views you are adding and then pass that in. |
We are working on updating the docs and examples to reflect this. |
Fair enough. I'll look forward to the updated docs. |
The constraints that are returned cause my content inside of the parent to no longer be visible.
The text was updated successfully, but these errors were encountered: