A simple iOS WeChat-Like Photo Picker
##How to use it?
- 1.Drag LPWeChatLikeSelectPhoto Folder into your project.
- 2.#import "LPChoosePhotoViewController.h"
- 3.Write your code like this.
LPWeChatLikeSelectePhotoViewController *vc=[[LPWeChatLikeSelectePhotoViewController alloc]
initWithMaxPhotoNum:9
finishChoosing:^(NSArray *selectedAssetsURLArray) {
NSLog(@"%@",selectedAssetsURLArray);
// Do your custom work.
}];
[self presentViewController:vc animated:YES completion:NULL];
##Problem unsloved.
-
- Only chinese supported now.
-
- Mark-Image's color is not green.
-
- In the FullScreen Image Browser,gaps between images are unfinished!
##Issues and Push Request are welcomed!