|
@@ -106,11 +106,18 @@ typedef void(^Result)(NSData *fileData, NSString *fileName);
|
|
|
photoAS.configuration.allowSelectVideo = self.imageOrVideo;
|
|
|
photoAS.configuration.allowSelectImage = !self.imageOrVideo;//默认imageOrVideo为NO
|
|
|
photoAS.configuration.allowSelectOriginal = NO;
|
|
|
+ photoAS.configuration.bottomBtnsNormalBgColor = SLBlueColor;
|
|
|
+ photoAS.configuration.bottomBtnsNormalTitleColor = [UIColor whiteColor];
|
|
|
+ photoAS.configuration.bottomBtnsDisableBgColor = SLBlueColor;
|
|
|
+ photoAS.configuration.bottomBtnsDisableTitleColor = [UIColor whiteColor];
|
|
|
+// photoAS.configuration.previewTextColor = SLBlueColor;
|
|
|
+ photoAS.configuration.bottomViewBgColor = SLBgColor;
|
|
|
+ photoAS.configuration.indexLabelBgColor = SLBlueColor;
|
|
|
photoAS.configuration.allowEditImage = NO;
|
|
|
photoAS.configuration.allowTakePhotoInLibrary = NO;
|
|
|
photoAS.configuration.allowRecordVideo = self.imageOrVideo;
|
|
|
photoAS.configuration.exportVideoType = ZLExportVideoTypeMp4;
|
|
|
- photoAS.configuration.navTitleColor = SLColor(@"1677FF");
|
|
|
+ photoAS.configuration.navTitleColor = SLBlueColor;
|
|
|
|
|
|
photoAS.configuration.saveNewImageAfterEdit = NO;
|
|
|
photoAS.sender = [UIViewController getCurrentShowVC];
|