gpt4 book ai didi

swift - 如何移动到 UiCollectionView 中的选定单元格

转载 作者:搜寻专家 更新时间:2023-10-31 22:20:43 26 4
gpt4 key购买 nike

我是 Swift 的新手,请多多包涵。

我创建了一个水平滚动的 UICollectionView,我的问题是:如何以编程方式移动到选定的图标?

我已经使用了didSelectedPath,下一步是什么?

最佳答案

您需要调用scrollToItemAtIndexPath 函数:

Scrolls the collection view contents until the specified item is visible.

 func scrollToItemAtIndexPath(_ indexPath: NSIndexPath,
atScrollPosition scrollPosition: UICollectionViewScrollPosition,
animated animated: Bool)

参数

索引路径

要滚动到 View 中的项目的索引路径。

滚动位置

一个选项,用于指定滚动完成时项目应放置的位置。有关可能值的列表,请参阅 UICollectionViewScrollPosition

动画

指定 true 以动画滚动行为或 false 立即调整 ScrollView 的可见内容。

检查 UICollectionView包含更多信息的类引用。

关于swift - 如何移动到 UiCollectionView 中的选定单元格,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/38638170/

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