Commit d91f1fd4 by Sarkizz

修正图片多选界面问题

parent 7a203357
......@@ -32,6 +32,7 @@ public class SAMutableSelectionAlbum: MRAlbumListViewController {
}
public override func cellSetting(_ cell: UICollectionViewCell, at indexPath: IndexPath) {
super.cellSetting(cell, at: indexPath)
if let cell = cell as? MRAlbumCell {
cell.checkbox.isUserInteractionEnabled = false
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment