added support for plugin option maxSelectSize for iOS

This commit is contained in:
rajesh1158
2019-10-05 18:13:35 +05:30
parent a525410e25
commit 151e0fa7ad
11 changed files with 72 additions and 15 deletions
@@ -17,4 +17,5 @@
@property (nonatomic, assign) NSInteger maxSelectCount;
//'selectMode':101,//101=PICKER_IMAGE_VIDEO , 100=PICKER_IMAGE , 102=PICKER_VIDEO
@property (nonatomic, assign) NSInteger selectMode;
@property (nonatomic, assign) NSInteger maxSelectSize;
@end