From b3269976c84d03208f633cd0136a6f78e8dd53f7 Mon Sep 17 00:00:00 2001 From: 无故事王国 <841720330@qq.com> Date: 星期三, 01 十一月 2023 18:40:47 +0800 Subject: [PATCH] 瀑布流优化 --- WanPai/Common/Layout/WaterFallFlowLayout.swift | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/WanPai/Common/Layout/WaterFallFlowLayout.swift b/WanPai/Common/Layout/WaterFallFlowLayout.swift index b6fd6b2..deda078 100644 --- a/WanPai/Common/Layout/WaterFallFlowLayout.swift +++ b/WanPai/Common/Layout/WaterFallFlowLayout.swift @@ -11,6 +11,7 @@ func waterFlowLayout(_ waterFlowLayout: WaterFallFlowLayout, itemHeight indexPath: IndexPath) -> CGFloat } +@available(*,deprecated,message: "废弃") class WaterFallFlowLayout: UICollectionViewFlowLayout { weak var delegate: WaterFallLayoutDelegate? -- Gitblit v1.7.1