-
Notifications
You must be signed in to change notification settings - Fork 166
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
这种形式的可以实现吗 #60
Comments
这不就是横向的collectionview吗? |
数据源显示不对,横向的但是数据源是竖向赋值,想实现即是横向滑动又是横向赋值 |
这个是不能实现的,就像不能实现既是竖向滚动又竖向赋值是一样的道理 |
有什么思路可以提供下吗,实现这样的效果
…------------------ 原始邮件 ------------------
发件人: ***@***.***>;
发送时间: 2022年10月17日(星期一) 上午10:09
收件人: ***@***.***>;
抄送: ***@***.***>; ***@***.***>;
主题: Re: [czl0325/ZLCollectionView] 这种形式的可以实现吗 (Issue #60)
数据源显示不对,横向的但是数据源是竖向赋值,想实现即是横向滑动又是横向赋值
这个是不能实现的,就像不能实现既是竖向滚动又竖向赋值是一样的道理
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
那就只能一个竖向的uitableview,每个cell都是一个横向的uicollectionview |
UICollectionViewCompositionalLayout 试试 |
|
The text was updated successfully, but these errors were encountered: