gpt4 book ai didi

swift - 我的 cocoaPod 库 HFCardCollectionViewLayout 出现问题

转载 作者:行者123 更新时间:2023-11-30 10:34:24 25 4
gpt4 key购买 nike

我发现了一个很棒的库,它可以制作与我想要的相同的卡片夹:

screenshot of the card holder

但我什至不明白如何使用它。我将它集成到我的项目中。创建了一个 CollectionView 并从 HFCardCollectionViewLayout 继承。现在我有类似 this 的东西:)

我的代码看起来像

{
import UIKit
import HFCardCollectionViewLayout

class ViewController: UIViewController {

@IBOutlet weak var cardsCollectionView: HFCardCollectionViewLayout!

override func viewDidLoad() {
super.viewDidLoad()

}

}

我无法理解如何装饰这个collectionView,因为我没有使用这样的库,并且HFCardCollectionViewLayout没有DataSource和DelegateFlowLayout?我应该使用 CollectionViewDelegateFlowLayout 和 DataSorce 吗?我应该怎么办?任何信息都应该有用。

最佳答案

基本上,您没有 dataSourcedelegateFlowLayout,因为 HFCardCollectionViewLayoutDelegate 实现了 UICollectionViewDelegate,并且 HFCardCollectionViewLayout 实现 UICollectionViewLayoutUIGestureRecognizerDelegate

您可以查看 Readme here

HFCardCollectionViewLayout 有一个非常简单的实现示例。运行它:

1) 在您的计算机上克隆 pod 存储库:

git clone https://github.com/hfrahmann/HFCardCollectionViewLayout

2)打开HFCardCollectionViewLayoutExample文件夹,然后打开HFCardCollectionViewLayoutExample.xcworkspace文件;

3) 运行项目。实现位于 ExampleViewController.swiftExampleCollectionViewCell.swift 中。还可以查看源码here .

enter image description here

关于swift - 我的 cocoaPod 库 HFCardCollectionViewLayout 出现问题,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/58389303/

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