CocoaPods trunk is moving to be read-only. Read more on the blog, there are 19 months to go.
TestsTested | ✗ |
LangLanguage | Obj-CObjective C |
License | MIT |
ReleasedLast Release | Sep 2017 |
Maintained by HelloAda.
Depends on: | |
YYCache | ~> 1.0.4 |
YYImage | ~> 1.0.4 |
YYWebImage | ~> 1.0.5 |
直接调用即可
/**
@param images 图片的url数组 传NSString类型
@param currentImage 当前图片的url
*/
DSWebImageViewController *vc = [[DSWebImageViewController alloc] initWithImages:images currentImage:images[i]];
[self.navigationController pushViewController:vc animated:YES];
当前版本 1.0.2
支持pod , pod 'DSImageBrowse'
依赖于YYWebImage、YYCache、YYImage
如果有任何疑问可以联系邮箱[email protected],或者添加QQ群:667920542
觉得有帮助请点个star吧,我会持续跟进。