Releases: kingjiajie/JJCollectionViewRoundFlowLayout_Swift
Releases · kingjiajie/JJCollectionViewRoundFlowLayout_Swift
2.5.2
22 Nov 16:13
Compare
Sorry, something went wrong.
No results found
解决设置了计算头和尾后, 但返回的第一个section的footer大小为0, 引起的crash
2.5.1
09 Mar 12:15
Compare
Sorry, something went wrong.
No results found
修复当cell大小不一时,首个Cell单独在首行显示时,底色判断出错问题。
2.5.0
07 Mar 17:34
Compare
Sorry, something went wrong.
No results found
增加支持Cell个数为0时,可以单独对Section的Header&Footer进行计算,支持全局设置和单独根据Section设置是否计算。
2.4.0
24 Sep 15:53
Compare
Sorry, something went wrong.
No results found
增加对背景图的点击事件处理和控制,通过代理返回点击的背景图的IndexPath
2.3.1
07 May 13:19
Compare
Sorry, something went wrong.
No results found
2.3.0
18 Feb 07:25
Compare
Sorry, something went wrong.
No results found
新增对Cell的对齐模式进行设置,支持(右对齐和首个Cell右侧开始)。
2.2.0
16 Feb 10:12
Compare
Sorry, something went wrong.
No results found
2.1.0
10 Feb 08:29
Compare
Sorry, something went wrong.
No results found
2.0.1
08 Feb 14:45
Compare
Sorry, something went wrong.
No results found
1、增加对不规则Cell大小的计算方式支持,支持对不规则Cell计算实际背景视图大小,默认不开启计算,如使用不规则计算需手动开启isCalculateTypeOpenIrregularitiesCell字段。
2、增加库对OC的支持
3、修复一些错误字段。
2.0.0
05 Feb 04:36
Compare
Sorry, something went wrong.
No results found
1、优化代码,对代码逻辑进行抽离,增加工具类等。
2、新增支持设置Cell对齐模式(左对齐)。