Skip to content

Commit

Permalink
修改Readme文件
Browse files Browse the repository at this point in the history
  • Loading branch information
kingjiajie committed Mar 7, 2021
1 parent 2314e3c commit e3c8c5e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion JJCollectionViewRoundFlowLayout.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,18 @@
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)


## 更新日志
---
* `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对齐模式(右对齐)。
Expand Down

0 comments on commit e3c8c5e

Please sign in to comment.