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
UICollectionViewCell 使用 MyRelativeLayout 自适应高度,在 MyRelativeLayout 里添加一个视图View,将 View 的约束设置为: View.myVertMargin = 0; View.myLeft = 5; View.widthSize.equalTo(View.heightSize); 布局完成后 Cell 的 height 有值但 width = 0;
The text was updated successfully, but these errors were encountered:
您好,请升级到最新版本1.9.8。本问题已经解决。
Sorry, something went wrong.
No branches or pull requests
UICollectionViewCell 使用 MyRelativeLayout 自适应高度,在 MyRelativeLayout 里添加一个视图View,将 View 的约束设置为:
View.myVertMargin = 0;
View.myLeft = 5;
View.widthSize.equalTo(View.heightSize);
布局完成后 Cell 的 height 有值但 width = 0;
The text was updated successfully, but these errors were encountered: