|
@@ -173,6 +173,12 @@ class INPhotoVideosController: BFBaseViewController {
|
|
|
albumController.dismissCategoryView()
|
|
|
}
|
|
|
case 10, 11, 12: // 筛选全部图库
|
|
|
+ if (sender?.tag == choseLocalAllBtn.tag && choseLocalAllBtn.isSelected) ||
|
|
|
+ (sender?.tag == choseLocalVideoBtn.tag && choseLocalVideoBtn.isSelected) ||
|
|
|
+ (sender?.tag == choseLocalImageBtn.tag && choseLocalImageBtn.isSelected) {
|
|
|
+ return
|
|
|
+ }
|
|
|
+
|
|
|
choseLocalAllBtn.isSelected = sender?.tag == 10
|
|
|
choseLocalVideoBtn.isSelected = sender?.tag == 11
|
|
|
choseLocalImageBtn.isSelected = sender?.tag == 12
|