From e3c8c5ec5802b79c95efb9ff75b500c3fd6f1fb8 Mon Sep 17 00:00:00 2001 From: kingjiajie <303559363@qq.com> Date: Mon, 8 Mar 2021 01:19:31 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9Readme=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- JJCollectionViewRoundFlowLayout.podspec | 2 +- README.md | 7 +++++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/JJCollectionViewRoundFlowLayout.podspec b/JJCollectionViewRoundFlowLayout.podspec index 467c741..b294080 100644 --- a/JJCollectionViewRoundFlowLayout.podspec +++ b/JJCollectionViewRoundFlowLayout.podspec @@ -8,7 +8,7 @@ Pod::Spec.new do |s| s.name = 'JJCollectionViewRoundFlowLayout' - s.version = '2.4.0' + s.version = '2.5.0' s.summary = 'JJCollectionViewRoundFlowLayout可设置CollectionView的BackgroundColor,设置简单,可自定义背景颜色偏移等功能。' # This description is used to generate tags and improve search results. diff --git a/README.md b/README.md index 6640e99..93c6817 100644 --- a/README.md +++ b/README.md @@ -24,6 +24,8 @@ 13、新增对Cell的对齐模式进行设置,支持(右对齐和首个Cell右侧开始)---V2.3.0 14、支持xib、storyboard 唤起,能够默认开启背景图开关设置 ---V2.3.2 15、增加对背景图的点击事件处理和控制,通过代理返回点击的背景图的IndexPath ---V2.4.0 + 16、增加支持Cell个数为0时,可以单独对Section的Header&Footer进行计算,支持全局设置和单独根据Section设置是否计算。---V2.5.0 + Swift版本地址:[GitHub地址](https://github.com/kingjiajie/JJCollectionViewRoundFlowLayout_Swift) OC版本地址:[GitHub地址](https://github.com/kingjiajie/JJCollectionViewRoundFlowLayout) @@ -31,8 +33,9 @@ ## 更新日志 --- -* `2.4.0`:增加对背景图的点击事件处理和控制,通过代理返回点击的背景图的IndexPath。 -* `2.3.2`:增加对xib直接集成的支持,解决xib设置Layout后isRoundEnabled没有自动开启的问题。 +* `2.5.0`:增加支持Cell个数为0时,可以单独对Section的Header&Footer进行计算,支持全局设置和单独根据Section设置是否计算。 +- `2.4.0`:增加对背景图的点击事件处理和控制,通过代理返回点击的背景图的IndexPath。 +- `2.3.2`:增加对xib直接集成的支持,解决xib设置Layout后isRoundEnabled没有自动开启的问题。 - `2.3.1`:解决对暗黑模式的支持问题 - `2.3.0`:新增对Cell的对齐模式进行设置,支持(右对齐和首个Cell右侧开始) - `2.2.0`:新增支持设置Cell对齐模式(右对齐)。