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
当瀑布流两列是,如何判断卡片是在左侧一列还是右侧一列
最一开始我想通过索引是奇数还是偶数判断,但是发现当某个卡片的长度没有超过上一个卡片的长度,新的卡片会和当前卡片在一列,导致奇偶判断失效了。
The text was updated successfully, but these errors were encountered:
暂时没有api
Sorry, something went wrong.
有什么目的吗?没有layout 之前肯定都没法知道位置的
No branches or pull requests
当瀑布流两列是,如何判断卡片是在左侧一列还是右侧一列
最一开始我想通过索引是奇数还是偶数判断,但是发现当某个卡片的长度没有超过上一个卡片的长度,新的卡片会和当前卡片在一列,导致奇偶判断失效了。
The text was updated successfully, but these errors were encountered: