Skip to content
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

Open
MaxxDelusional opened this issue Sep 20, 2019 · 5 comments
Open

VerticalStackPanelConstraints no longer works in iOS13. #57

MaxxDelusional opened this issue Sep 20, 2019 · 5 comments

Comments

@MaxxDelusional
Copy link

The constraints that are returned cause my content inside of the parent to no longer be visible.

@Gaisuru
Copy link

Gaisuru commented Sep 24, 2019

Are you using it inside a UIScrollView?

@MaxxDelusional
Copy link
Author

Yes I am. The same code works fine in iOS12, but it breaks in iOS13.

@Gaisuru
Copy link

Gaisuru commented Sep 24, 2019

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.

@Gaisuru
Copy link

Gaisuru commented Sep 24, 2019

We are working on updating the docs and examples to reflect this.

@MaxxDelusional
Copy link
Author

Fair enough. I'll look forward to the updated docs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants