gpt4 book ai didi

ios - 组合布局IOS 13组背景颜色

转载 作者:行者123 更新时间:2023-12-01 19:32:07 26 4
gpt4 key购买 nike

我试图找出是否有一种方法可以在使用组合布局时为组提供背景颜色。我试图找到一个我可以使用的直接 API,但没有找到任何东西。

最佳答案

对于那些正在寻找答案的人,你去吧。

        let sectionBackgroundDecoration = NSCollectionLayoutDecorationItem.background(
elementKind: FollowingCollectionViewController.sectionBackgroundDecorationElementKind)
section.decorationItems = [sectionBackgroundDecoration]

let layout = UICollectionViewCompositionalLayout(section: section)
layout.register(
SectionBackgroundDecorationView.self,
forDecorationViewOfKind: FollowingCollectionViewController.sectionBackgroundDecorationElementKind)

关于ios - 组合布局IOS 13组背景颜色,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/62029551/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com