iOS 一个类似QQ的图片添加、图片浏览Demo

自己没事修改的一个小功能, 类似QQ的 添加图片和浏览图片( 基于ImagePicker、MJPhotoBrowser、SDWebImage)  

    功能:  

    1、添加图片、删除图片  

    2、浏览图片  

    3、自动换行


使用方法: 

     PictureViewController *vc = [[PictureViewController alloc] init]; 

     [self addChildViewController:vc]; 

     self.view.frame = vc.view.frame; 

     [self.view addSubview:vc.pictureCollectonView]; 




code4app : http://www.code4app.com/ios/ShowPicture/aab46022-f7f8-11e5-9673-00163e0606f4
cocoaChina : http://code.cocoachina.com/view/130324
github : https://github.com/sevenquan/showPicture




你可能感兴趣的:(iOS,-,图片,动画,iOS,-,设备控件,iOS,-,文件)