YJPhotoManager
一行代码实现系统相册功能
#import "YJPhotoManager.h"
[[YJPhotoManager shareInstance] showAlertWithController:self isClip:YES completion:^(UIImage * _Nonnull image) {
}];
一行代码实现系统相册功能
#import "YJPhotoManager.h"
[[YJPhotoManager shareInstance] showAlertWithController:self isClip:YES completion:^(UIImage * _Nonnull image) {
}];