XLImageViewer

January 15, 2018 · View on GitHub

仿照今日头条的图片浏览工具。

功能:

左右切换加载网络图片捏合、双击下滑隐藏保存到相册
imageimageimageimageimage

说明:

使用:

查看网络图片:

[[XLImageViewer shareInstanse] showNetImages:[self imageUrls] index:indexPath.row fromImageContainer:[collectionView cellForItemAtIndexPath:indexPath]];

查看本地图片:

[[XLImageViewer shareInstanse] showLocalImages:[self imagePathes] index:indexPath.row fromImageContainer:[collectionView cellForItemAtIndexPath:indexPath]];

其他:

之前利用ScrollView实现切换的版本:戳这里

个人开发过的UI工具集合 XLUIKit