collectionView初始化
Posted ArgenBarbie
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了collectionView初始化相关的知识,希望对你有一定的参考价值。
collectionView初始化时已定要加layout。不然会报错:
UICollectionView must be initialized with a non-nil layout parameter.
let layout = UICollectionViewFlowLayout() layout.scrollDirection = .horizontal layout.minimumInteritemSpacing = 5 layout.itemSize = CGSize(width: 80, height: StoreDetailsViewController.headerHeight) self.collectionView = UICollectionView(frame: CGRect(x: 0, y: NavigationBarBaseController.barHeight, width: self.view.frame.width, height: StoreDetailsViewController.headerHeight), collectionViewLayout: layout)
以上是关于collectionView初始化的主要内容,如果未能解决你的问题,请参考以下文章
如何使用 Swift 使用此代码片段为 iOS 应用程序初始化 SDK?
vscode 用户代码片段 vue初始化模板 Snippet #新加入开头注释 自动生成文件名 开发日期时间等内容
如何在使用cardview的片段中初始化gridlayoutmanager?
环境初始化 Build and Install the Apache Thrift IDL Compiler Install the Platform Development Tools(代码片段