gpt4 book ai didi

ios - 如何从右到左而不是从左到右显示 UICollectionView 的单元格?

转载 作者:搜寻专家 更新时间:2023-10-31 21:59:30 25 4
gpt4 key购买 nike

这是我现在拥有的(默认):

enter image description here

但我想要:

enter image description here

我使用 NSFetcheResultsController 以我的属性降序显示它。

最佳答案

最简单的实现方式是改变collection view的值semanticContentAttribute枚举实例属性:

A semantic description of the view’s contents, used to determine whether the view should be flipped when switching between left-to-right and right-to-left layouts.

通过设置为.forceRightToLeft,如下:

// 'viewDidLoad' would be a proper method to do it:
override func viewDidLoad() {
// ...

collectionView.semanticContentAttribute = .forceRightToLeft

// ...
}

关于ios - 如何从右到左而不是从左到右显示 UICollectionView 的单元格?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/40390294/

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