We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bdef2bd commit 0c7fafeCopy full SHA for 0c7fafe
README.md
@@ -14,8 +14,7 @@ ConvenientBanner
14
15
demo是用Module方式依赖,你也可以使用gradle 依赖:
16
```java
17
- compile 'com.bigkoo:convenientbanner:1.1.4'
18
- compile 'com.bigkoo:convenientbanner:2.0.0'//这个版本是令人失望的,一二页会有空白问题,容我再调优下
+ compile 'com.bigkoo:convenientbanner:2.0.1'
19
```
20
21
@@ -93,3 +92,7 @@ public class LocalImageHolderView implements CBPageAdapter.Holder<Integer>{
93
92
- 重新修改循环逻辑 <br />
94
- 解决卡顿和白屏现象 <br />
95
- Demo中加入下拉刷新和控件左右拨动冲突方案 <br />
+
96
+>v2.0.1
97
+ - 回滚到1.1.4的循环逻辑 <br />
98
+ - 分离特效代码 <br />
0 commit comments