imagePicker样式-Qin
<h1>样式展示</h1>
<p><img src="https://www.showdoc.cc/server/api/common/visitfile/sign/c3ffacfcea46099dc8a78e986e0f47f0?showdoc=.jpg" alt="" /></p>
<h1>控件代码参数说明</h1>
<pre><code>#import "LLUIKit_SelectImageLibraryAndTakePhotoViewController_OC.h"
@property(nonatomic,assign) NSInteger allImageCount;//总的可选图片数
/**
methodDes --- 初始化图库选择控制器
methodName --- initWithAllImageCount:(NSInteger)allImageCount
parameter --- allImageCount 总的可选图片数
**/
-(instancetype)initWithAllImageCount:(NSInteger)allImageCount;
@property(nonatomic,copy) LLUIKit_SelectImageLibraryAndTakePhotoSelectBlock selectBlock;//选中之后的回调 图片UIImage数组作为回调参数</code></pre>
<h1>代码引用</h1>
<p>``` LLUIKit_SelectImageLibraryAndTakePhotoViewController_OC*selectimageLibraryAndTakePhotoViewController = [[LLUIKit_SelectImageLibraryAndTakePhotoViewController_OC alloc]initWithAllImageCount:6 ];</p>
<p>selectimageLibraryAndTakePhotoViewController.selectBlock = ^(NSArray<UIImage <em>> </em> _Nonnull contents) {
};</p>
<p>[self.navigationController pushViewController:selectimageLibraryAndTakePhotoViewController animated:YES];</p>
<pre><code>
#代码使用样例</code></pre>