MyIOSDemo icon indicating copy to clipboard operation
MyIOSDemo copied to clipboard

模仿探探图片切换,自定义折线图,图片裁剪,微信朋友圈图片视频浏览,图片下载缓存,数量标记,爆炸动画,autolayout,线程安全

Results 5 MyIOSDemo issues
Sort by recently updated
recently updated
newest added

YKIMageContentView.swift文件里, 手势方法handlePan里, 代理方法的传值, if activeTouchPart.contains(.touchLeft) { self.delegate?.didSwipToRight(index: 0) } 应为 self.delegate?.didSwipToLeft(index: 0)

现在折线图是单线的,能否支持双线的? 可以有对比的那种?谢谢哈