Skip to content

Releases: Coder-TanJX/JXBanner

新增垂直滚动功能(Vertical scrolling is added.)。

22 Sep 09:33
Compare
Choose a tag to compare

新增垂直滚动功能,如果想实现垂直方向的自定义动画,
需要自己实现JXBannerTransformable 协议。

Vertical scrolling is added. If you want to customize vertical animations,
you need to implement the JXBannerTransformable protocol

修复:ios12,只有一张banner图时刷新crash。

29 Jul 06:38
Compare
Choose a tag to compare

修复:ios12,只有一张banner图时刷新crash。

修复bug

01 Jul 07:02
Compare
Choose a tag to compare

在系统版本低iOS11的设备上会触发闪退的情况。
断点分析为collectionView未刷新完成,调用scrollToItem导致。

banner刷新后,可指定滚动位置。

26 Feb 10:00
Compare
Choose a tag to compare

banner刷新后,可指定滚动位置。前提是已经reloadView结束。

0.3.2版本

22 Sep 02:02
Compare
Choose a tag to compare
  1. 修复: 当XIB加载JXBanner时设置Pagecount等于1, "viewDidLoad" 刷新JXBanner获取到临时错误frame, 之后也未"reloadView", 造成cell偏移的bug.

最新0.3.1版本(修复0.3.0版本bug)

12 Mar 07:04
Compare
Choose a tag to compare
  1. 修复0.3.0未判断pageCount为0的情况.(请忽略0.3.0版本, 使用0.3.1版本)

最新0.3.0版本

12 Mar 05:38
Compare
Choose a tag to compare
  1. 新增: 中心Cell添加控制代理方法(中心cell展示时/离开中心时: 开发者可以用来自定义操作, 比如中间cell播放视频, 离开时停止播放)
  2. 修复: skipEnd/rollingBack轮播循环方式时, 边界拖动Cell位置恢复bug
  3. 修复: jxBanner(_ banner:, center index:) 索引有时不准确bug

0.2.0: Add the isPagingEnabled and contentInset property configurations, add…

16 Nov 11:02
Compare
Choose a tag to compare
  • 添加isPagingEnabled和contentInset属性配置
  • 添加对任何UICollectionViewCell类型的适配
  • 添加加载nib UICollectionViewCell的能力。