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
MyFlowLayout *flow; // ...flow属性 __weak typeof(MyFlowLayout *) weakFlow = flow; [flow setEndLayoutBlock:^{ // 方式1 [weakFlow setNeedsLayout]; // 方式2 // [weakFlow invalidateIntrinsicContentSize]; }];
需要手动调用刷新才能刷新父视图(auto布局)的高度
The text was updated successfully, but these errors were encountered:
问题已经修复,请升级到1.8.0版本。后续对布局视图中添加和删除子视图不再需要手动调用invalidateIntrinsicContentSize方法了。
Sorry, something went wrong.
No branches or pull requests
需要手动调用刷新才能刷新父视图(auto布局)的高度
The text was updated successfully, but these errors were encountered: