Skip to content

CHNLiPeng/LPWeChatLikePhotoPicker

Repository files navigation

LPWeChatLikePhotoPicker

A simple iOS WeChat-Like Photo Picker

##What it looks like?

##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.

    1. Only chinese supported now.
    1. Mark-Image's color is not green.
    1. In the FullScreen Image Browser,gaps between images are unfinished!

##Issues and Push Request are welcomed!

About

A simple iOS WeChat-Like photo picker

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published