-
cocoapods配置: install! 'cocoapods', :generate_multiple_pod_projects => true, :disable_input_output_paths => true
错误提示:SDCycleScrollView.m:36:9 'SDWebImageManager.h' file not found
解决方案1: SDCycleScro…
-
最近发现好多在这个地方崩溃的,请问是怎么回事?-[SDCycleScrollView scrollViewDidScroll:] (in rqt) (SDCycleScrollView.m (Line 605)) ;-[SDCycleScrollView scrollToIndex:] (in rqt) (SDCycleScrollView.m (Line 425))
-
#### 报错信息如下
```
[fg214,57,30;2015-09-18 21:51:26:558 CareVoice[10985:197567] CRASH: attempt to scroll to invalid index path: {length = 2, path = 0 - 2}
[;[fg214,57,30;2015-09-18 21:51:26:559 Care…
-
假设有10张轮播图,SDCycleScrollView的宽度设置为屏幕宽,自动轮播到了第三个后会自动跳到第一个。
如果SDCycleScrollView的宽度不设置为屏幕宽,就没这个问题
-
- `SDWebImage (= 4.2.2)` required by `Podfile.lock`
- `SDWebImage (>= 4.0.0)` required by `SDCycleScrollView (1.75)`
- `SDWebImage (!= 3.7.2, ~> 3.7)` required by `MWPhotoBrowser (2.1.2)`
-
在可重用View中使用`SDCycleScrollView`时:
可重用View一般是`UITableViewCell`,`UICollectionViewCell`等View,由于复用性,每次滑动、刷新等都会重新给SDCycleScrollView赋值一次数据源,代码里会调用`setupPageControl`,`invalidateTimer`等方法,等于是重新绘制了一次页面,重新开始计…
-
SDWebImage 4.1.0 fixed some crash , should update SDCycleScrollView
Unable to satisfy the following requirements:
- `SDWebImage (~> 4.1.0)` required by `Podfile`
- `SDWebImage (~> 4.0.0)` require…
-
SDCycleScrollView.h 没提供设置 "像TAPageControl的spacingBetweenDots"间距的接口
-
Xcode版本: Xcode 11.5
iOS版本: iOS 13.5
SDCycleScrollView版本: 1.80
实现代码:
```swift
private lazy var cycleScrollView: SDCycleScrollView? = {
let cycleScrollView = SDCycleScrollView(frame:…
-
Using SDCycleScrollView (1.73)
Using SDWebImage (4.0.0)
pod 'SDCycleScrollView','~> 1.73' 时候
执行 pod update 发现并没有SDWebImage更新到4.1?
是需要其他操作嘛?