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
While using debug view hierarchy, it is showing "Layout Issues: Scrollable content size is ambiguous for AloeStackView.AloeStackView."
The text was updated successfully, but these errors were encountered:
Probably some Auto Layout issues, is it possible to have a screenshot of the debug view hierarchy and some code to try to reproduce the error ?
Sorry, something went wrong.
Got the same issue
in viewDidAppear
for i in 1...10 { let label = UILabel() label.text = "Label \(i)" aloeView.addRow(label) }
aloeView is properly shown but no rows does
No branches or pull requests
While using debug view hierarchy, it is showing "Layout Issues: Scrollable content size is ambiguous for AloeStackView.AloeStackView."
The text was updated successfully, but these errors were encountered: