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

Problem with UIStackView inside UIStackView #21

Closed
bigearsenal opened this issue Apr 29, 2020 · 1 comment
Closed

Problem with UIStackView inside UIStackView #21

bigearsenal opened this issue Apr 29, 2020 · 1 comment

Comments

@bigearsenal
Copy link
Contributor

bigearsenal commented Apr 29, 2020

when I implemented an UIView and 2 another UIStackViews inside a horizontal UIStackView, The loaders, which are showing in 2 stackviews, was not correct.
It treats UIStackView inside another UIStackView as if it were an UIView without subviews.
If all arrangedSubviews in UIStackView are not UIStackView, it works fine.
ezgif com-video-to-gif(2)
I tried to make UIStackView conform to ListLoadable and ld_visibleContentViews become its arrangedSubviews but it won't help

@bigearsenal
Copy link
Contributor Author

I submited a pull request to fix this issue
#22

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

1 participant