iOS 简单滤镜

转自:http://blog.csdn.net/lovechris00/article/details/51496458

1.主要是运用 ImageUtil库,把原图通过矩阵色值设置层不同滤镜效果下的图片

2.页面整体布局:上UIImageView,下UICollectionView结合

3.保存到相册:

  UIImageWriteToSavedPhotosAlbum(self.icon.image, self, @selector(imageSavedToPhotosAlbum:didFinishSavingWithError:contextInfo:), nil);

上一篇:【LeetCode】11. Container With Most Water


下一篇:Auto Layout on iOS Versions prior to 6.0