JXBanner icon indicating copy to clipboard operation
JXBanner copied to clipboard

🚀🚀🚀 A super - custom multifunctional framework for banner unlimited rollover diagrams [一个超自定义多功能无限轮播图框架]

Results 12 JXBanner issues
Sort by recently updated
recently updated
newest added

Thread 1: "Attempted to scroll the collection view to an out-of-bounds item (1000) when there are only 1 items in section 0. Collection view: ." //MARK: - override override public...

设置自动后 视频不会播放 不走代理

滑动的时候,动画很生硬,跟卡一下似得

带缩放的轮播图(JXBannerTransformLinear),手动拖拽超过一半位置后松手正常应该滚动到下一个cell,而目前还是滚动到当前cell

我看框架里面有写RTL的处理,但是,是滑动的时候,页面还是出现了问题,并且pageControl的方向也不对

1. 因为demo工程中动态指定依赖版本,导致用户拉取项目```pod install```后可能出现未知冲突;故忽略/Pods文件夹 2. 在Xcode14.3中会遇到编译报错的问题,通过hook指定deployment版本解决。(File not found: /Applications/Xcode.app/Contents/Developer/Toolchains/Xcode) 3. 基于最新版Xcode要求,指定最低运行版本为iOS 11+

避免重复scrollToItem fix reuse scrollToItem: to mask the bug of inaccurate scroll position ``` collectionView.scrollToItem(at: indexPath, at: scrollPosition, animated: animated) collectionView.scrollToItem(at: indexPath, at: scrollPosition, animated: animated) ``` ``` func scrollToIndexPath( _...

JXBanner支持SwiftUI吗?有没有SwiftUI的版本呢?谢谢!