gpt4 book ai didi

ios - UICollectionView - 滚动出界

转载 作者:行者123 更新时间:2023-11-30 13:36:01 25 4
gpt4 key购买 nike

我有一个 UICollectionView ,假设宽度为 200。我可以毫无问题地垂直滚动。但我希望能够将 collectionView 向右滚动 60 px。这可能吗?

最佳答案

当然可以,UICollectionView继承自UIScrollView,这意味着您可以添加插入。这意味着您将滚动更多,但放置单元格的内容大小将相同。

SWIFT
var contentInset: UIEdgeInsets
OBJECTIVE-C
@property(nonatomic) UIEdgeInsets contentInset
Use this property to add to the scrolling area around the content. The unit of size is points. The default value is UIEdgeInsetsZero.

还记得添加一个 scrollIndicatorInsets 来平衡滚动条的移动。

关于ios - UICollectionView - 滚动出界,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/36059912/

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