mengxianliang / XLImageViewer

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

XLImageViewer

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

功能:

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

说明:

使用:

查看网络图片:

[[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

About

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


Languages

Language:Objective-C 100.0%