zld

Results 2 issues of zld

可能不止用于9图模式,比如想在修改头像的时候也用这个,就只需要上限为1。 使用方式如下: ``` - (void)preview:(UITapGestureRecognizer *)tap{ UIView *temp = tap.view; JFImagePickerController *picker = [[JFImagePickerController alloc] initWithPreviewIndex:temp.tag]; picker.maxImagesCount = 1; picker.pickerDelegate = self; [self presentViewController:picker animated:YES completion:nil]; } - (void)pickPhotos{ JFImagePickerController...

RT,可以用这两个图片链接做测试: ``` @"http://ww2.sinaimg.cn/large/677febf5gw1erma104rhyj20k03dz16y.jpg", @"http://ww4.sinaimg.cn/large/677febf5gw1erma1g5xd0j20k0esa7wj.jpg" ``` 效果图如下: ![](http://ww1.sinaimg.cn/large/677febf5gw1erma8me2rqj20hs0vk7bg.jpg) 缩小后不能滑动的问题跑Demo便知 希望越做越好 :D