Tencent / QMUI_iOS

QMUI iOS——致力于提高项目 UI 开发效率的解决方案
http://qmuiteam.com/ios
Other
7.08k stars 1.38k forks source link

QMUITableViewStyleInsetGrouped 能否支持设置投影tableViewInsetGroupedShadowColor #1228

Closed Snail-hash closed 3 years ago

Snail-hash commented 3 years ago

现存问题或期望目标 对于功能的建议,请说明具体的场景,现在的代码为什么无法实现需求。 对于代码设计方面的建议,请说明目前的问题所在。

MoLice commented 3 years ago

insetGrouped 的 cell 由于需要做 cornerRadius,会被 clip,clip 后就无法显示 shadow 了。 建议用 collectionView 实现,它的 decoration 和 cell 是分开的两个层级,在 decoration 里做 shadow 不会受到 cell clip 的影响。