HUPhotoBrowser是一个简单的ios图片浏览器第三方开源库,支持浏览本地图片及网络图片。 在需要浏览的图片的点击事件中调用即可: -(void)collectionView:(UICollectionView*)collectionViewdidSelectItemAtIndexPath:(NSIndexPath*)indexPath{ PhotoCell*cell=(PhotoCell*)[collectionViewcellForItemAtIndexPath:indexPath]; //[HUPhotoBrowsersho