Skip to content

Commit

Permalink
更新readme文件
Browse files Browse the repository at this point in the history
  • Loading branch information
kingjiajie committed Jun 13, 2022
1 parent 8cd77a7 commit ef0477c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
19、增加对不设置JJCollectionViewRoundConfigModel的处理。---V2.7.1
20、扩展JJCollectionViewRoundFlowLayout 支持自定义delegate 输入,并兼容像IGListCollectionView无delegate的情况。-- 感谢liao3841054的提交。---V2.8.0
21、扩展JJCollectionViewRoundFlowLayout 增加根据Section自定义对应Section内Cells的对齐方式设置。---V2.9.0
22、fix issue:#11 切换夜间模式的问题, myCacheAttr 可能会存在空, 导致视图背景被清空问题。---V2.9.1


Swift版本地址:[GitHub地址](https://github.com/kingjiajie/JJCollectionViewRoundFlowLayout_Swift)
Expand All @@ -38,7 +39,8 @@

## 更新日志
---
* `2.9.0`:功能增加:扩展JJCollectionViewRoundFlowLayout 增加根据Section自定义对应Section内Cells的对齐方式设置。
* `2.9.1`:问题修复:issue #11 切换夜间模式的问题, myCacheAttr 可能会存在空, 导致视图背景被清空问题。
- `2.9.0`:功能增加:扩展JJCollectionViewRoundFlowLayout 增加根据Section自定义对应Section内Cells的对齐方式设置。
- `2.8.0`:功能增加:扩展JJCollectionViewRoundFlowLayout 支持自定义delegate 输入,并兼容像IGListCollectionView无delegate的情况。-- 感谢liao3841054的提交。
- `2.7.1`:增加对不设置JJCollectionViewRoundConfigModel的处理。
- `2.7.0`:功能增加:增加背景支持图片展示功能。
Expand Down

0 comments on commit ef0477c

Please sign in to comment.